Skip to content

Commit 318da50

Browse files
author
Sashko Stubailo
authored
Merge pull request graphql#263 from bgentry/patch-1
tiny fix for pagination doc
2 parents 915e7f6 + fc0e5d0 commit 318da50

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
@@ -42,7 +42,7 @@ Quickly, though, we realize that there are additional behaviors a client might w
4242
}
4343
```
4444

45-
But if we just fetched the first two, we might want to paginate through the list as well; once the client fetches the first two friends, they might want to send a second request to ask for the next two friends. How can we enable that behavior.
45+
But if we just fetched the first two, we might want to paginate through the list as well; once the client fetches the first two friends, they might want to send a second request to ask for the next two friends. How can we enable that behavior?
4646

4747
## Pagination and Edges
4848

0 commit comments

Comments
 (0)