diff --git a/src/pages/learn/pagination.mdx b/src/pages/learn/pagination.mdx index da8427d50a..5297fe6910 100644 --- a/src/pages/learn/pagination.mdx +++ b/src/pages/learn/pagination.mdx @@ -163,7 +163,7 @@ query { ## Connection specification -To ensure a consistent implementation of this pattern, the Relay project has a formal [specification](https://relay.dev/graphql/connections.htm) you can follow for building GraphQL APIs that use a cursor-based connection pattern - whether or not use you Relay. +To ensure a consistent implementation of this pattern, the Relay project has a formal [specification](https://relay.dev/graphql/connections.htm) you can follow for building GraphQL APIs that use a cursor-based connection pattern - whether or not you use Relay. ## Recap