Skip to content

Commit 603c0f4

Browse files
authored
Merge pull request graphql#574 from acatejr/patch-1
Update BestPractice-Pagination.md
2 parents 8df74a3 + 33d9099 commit 603c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-Pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A common use case in GraphQL is traversing the relationship between sets of obje
1212

1313
## Plurals
1414

15-
The most simple way to expose a connection between objects is with a field that returns a plural type. For example, if we wanted to get a list of R2-D2's friends, we could just ask for all of them:
15+
The simplest way to expose a connection between objects is with a field that returns a plural type. For example, if we wanted to get a list of R2-D2's friends, we could just ask for all of them:
1616

1717
```graphql
1818
# { "graphiql": true }

0 commit comments

Comments
 (0)