Skip to content

Commit 7ebd554

Browse files
committed
Fixed typo
1 parent 8a2b5a6 commit 7ebd554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You can use `@GraphQLConnection` annotation to make a field iterable in adherenc
233233
If a field is annotated with the annotation, the associated dataFetcher must return an instance of `PaginatedData`.\
234234
The `PaginatedData` class holds the result of the conneciton:
235235
1. The data of the page
236-
2. Whether or not has next page and previous page
236+
2. Whether or not there is a next page and a previous page
237237
3. A method that returns for each entity the encoded cursor of the entity (it returns string)
238238

239239
NOTE: because `PropertyDataFetcher` and `FieldDataFetcher` can't handle connection, this annotation cant be used on a field that doesn't have a dataFetcher

0 commit comments

Comments
 (0)