Skip to content

Commit

Permalink
Fix typo on splash page
Browse files Browse the repository at this point in the history
Why these changes are being introduced:

The last update to the docs added a typo that I missed at the time,
but will make me flip a table every time I see it.

Relevant ticket(s):

N/A.

How this addresses that need:

This fixes the typo.

Side effects of this change:

None.
  • Loading branch information
jazairi committed Mar 16, 2023
1 parent 3a405ea commit d0a6675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/static/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p>We currently provide searching of records in MIT Libraries catalog, DSpace@MIT, and MIT ArchivesSpace.</p>

<p>Access is via a <a href="https://graphql.org">GraphQL</a> endpoint by posting to <%= link_to(graphql_url) %>.
We recommend starting by exploring our <a href="/playground">interactive GraphQL playground.</a>, or you can
We recommend starting by exploring our <a href="/playground">interactive GraphQL playground</a>, or you can
look through our <a href="https://mitlibraries.github.io/timdex/">developer documentation</a> for how-to guides,
API reference, and more.

Expand Down

0 comments on commit d0a6675

Please sign in to comment.