Skip to content

Commit ba2c277

Browse files
floating-catlinhe0x0
authored andcommitted
Fix typo (xitu#93)
Original version: `A common use case in GraphQL is traversing the relationship between sets of objects. ` Current the Chinese version translates the "relationship" into "连接".
1 parent 9103b18 commit ba2c277

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 中一个常见的用例是遍历对象集合之间的连接(connection)。在 GraphQL 中有许多不同的方式来展示这些连接,为客户端开发人员提供了一组不同的功能。
11+
在 GraphQL 中一个常见的用例是遍历对象集合之间的关系。在 GraphQL 中有许多不同的方式来展示这些连接,为客户端开发人员提供了一组不同的功能。
1212

1313
## 复数
1414

0 commit comments

Comments
 (0)