Skip to content

Commit 58dfd8a

Browse files
author
Colin Wahl
authored
docs(readme): Fix typo in README
1 parent bbbbed7 commit 58dfd8a

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
@@ -460,7 +460,7 @@ The 1st argument is the REST API route as listed in GitHub's API documentation.
460460

461461
#### Pagination
462462

463-
All REST API endpoints that paginate return the first 30 items by default. If you want to retrieve all items, you an use the pagination API. The pagination API expects the REST API route as first argument, but you can also pass any of the `octokit.rest.*.list*` methods for convenience and better code readability.
463+
All REST API endpoints that paginate return the first 30 items by default. If you want to retrieve all items, you can use the pagination API. The pagination API expects the REST API route as first argument, but you can also pass any of the `octokit.rest.*.list*` methods for convenience and better code readability.
464464

465465
Example: iterate through all issues in a repository
466466

0 commit comments

Comments
 (0)