Skip to content

Commit 30d3c6b

Browse files
floating-catlinhe0x0
authored andcommitted
One more fix to xitu#93 (xitu#94)
I didn't realize there is a same typo in the same paragraph when PR xitu#93 . This PR is the one more fix to that typos. Original version[1]: A common use case in GraphQL is traversing the **relationship** between sets of objects. There are a number of different ways that these **relationships** can be exposed in GraphQL, giving a varying set of capabilities to the client developer. [1]: https://graphql.org/learn/pagination/
1 parent ba2c277 commit 30d3c6b

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
@@ -8,7 +8,7 @@ next: /learn/caching/
88

99
> 不同的分页模型可以实现不同的客户端功能
1010
11-
在 GraphQL 中一个常见的用例是遍历对象集合之间的关系。在 GraphQL 中有许多不同的方式来展示这些连接,为客户端开发人员提供了一组不同的功能。
11+
在 GraphQL 中一个常见的用例是遍历对象集合之间的关系。在 GraphQL 中有许多不同的方式来展示这些关系,为客户端开发人员提供了一组不同的功能。
1212

1313
## 复数
1414

0 commit comments

Comments
 (0)