Skip to content

Commit

Permalink
TYPO: Exploder -> Explorer
Browse files Browse the repository at this point in the history
I think this is a typo. I'm not sure if it's a typo or intentional, but I've always found it
confusing.
It looks like it was introduced back on 2019-03-18 in commit
c98b758, and then just continued/copied under the assumption
that it was intentional.
  • Loading branch information
makyen committed Nov 6, 2023
1 parent 021910c commit a00d920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
<%= nav_link AnnouncementsController, label: 'Announcements' %>
<% end %>
<li role="separator" class="divider"></li>
<%= nav_link nil, path: '/data/sql', label: 'SQL Data Exploder' %>
<%= nav_link false, path: '/api/graphql', label: 'GraphQL Data Exploder' %>
<%= nav_link false, path: '/api/graphiql', label: 'GraphiQL Data Exploder' %>
<%= nav_link nil, path: '/data/sql', label: 'SQL Data Explorer' %>
<%= nav_link false, path: '/api/graphql', label: 'GraphQL Data Explorer' %>
<%= nav_link false, path: '/api/graphiql', label: 'GraphiQL Data Explorer' %>
<li role="separator" class="divider"></li>
<%= nav_link AbuseReportsController, label: 'Abuse Reports', action: :index %>
<% unless current_user&.has_role?(:developer) %>
Expand Down

0 comments on commit a00d920

Please sign in to comment.