Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
https://api.github.com/authorizations
</pre>

This call creates a token for the authenticating user tied to a special "API"
This call creates a token for the authenticated user tied to a special "API"
OAuth application.

We now support creating tokens for _your own OAuth application_ by passing your
Expand Down
2 changes: 1 addition & 1 deletion content/v3/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ types][types] that power the various activity streams on GitHub.

## [Feeds][]

List of [Atom feeds][Feeds] available for the authenticating user.
List of [Atom feeds][Feeds] available for the authenticated user.

## [Notifications][]

Expand Down
2 changes: 1 addition & 1 deletion content/v3/activity/feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Feeds | GitHub API
## List Feeds

GitHub provides several timeline resources in [Atom][] format. The Feeds API
lists all the feeds available to the authenticating user:
lists all the feeds available to the authenticated user:

* **Timeline**: The GitHub global public timeline
* **User**: The public timeline for any user, using [URI template][]
Expand Down