Skip to content

Commit 84a2f6d

Browse files
committed
Merge pull request github#72 from github/commit-list-limits
Document limit in the number of commits returned by Pull Request API and Commit Compare API.
2 parents 6ca06fb + 8149d28 commit 84a2f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ see [events](http://developer.github.com/v3/activity/events/) for example.
292292
$ curl https://api.github.com/user/repos?page=2&per_page=100
293293
</pre>
294294

295-
Note that page numbering is 1-based and that ommiting the `?page`
295+
Note that page numbering is 1-based and that omitting the `?page`
296296
parameter will return the first page.
297297

298298
### Link Header

0 commit comments

Comments
 (0)