Skip to content

Commit 10ca5e0

Browse files
authored
Update pagination.mdx
correction: swap around 2 words
1 parent 12c53f5 commit 10ca5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/pagination.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ query {
163163

164164
## Connection specification
165165

166-
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.
166+
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.
167167

168168
## Recap
169169

0 commit comments

Comments
 (0)