Skip to content

Commit bfaf238

Browse files
authored
Merge pull request graphql#1071 from namenyi/patch-1
remove duplicated word from BestPractice-Introduction page
2 parents 760d468 + 53cda16 commit bfaf238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/BestPractice-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The GraphQL type system allows for some fields to return [lists of values](/lear
5858

5959
Typically fields that could return long lists accept arguments "first" and "after" to allow for specifying a specific region of a list, where "after" is a unique identifier of each of the values in the list.
6060

61-
Ultimately designing APIs with feature-rich pagination led to a best practice pattern called "Connections". Some client tools for GraphQL, such as [Relay](https://facebook.github.io/relay/), know about the Connections pattern and can automatically provide automatic support for client-side pagination when a GraphQL API employs this pattern.
61+
Ultimately designing APIs with feature-rich pagination led to a best practice pattern called "Connections". Some client tools for GraphQL, such as [Relay](https://facebook.github.io/relay/), know about the Connections pattern and can automatically provide support for client-side pagination when a GraphQL API employs this pattern.
6262

6363
Read more about this in the article on [Pagination](/learn/pagination/).
6464

0 commit comments

Comments
 (0)