Skip to content

Commit

Permalink
Merge pull request #679 from MITLibraries/fix-typo
Browse files Browse the repository at this point in the history
Fix typo on splash page
  • Loading branch information
jazairi authored Mar 16, 2023
2 parents 3a405ea + d0a6675 commit 95630c0
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 95630c0

Please sign in to comment.