Skip to content

Commit

Permalink
Merge pull request #1269 from octokit/tarebyte/invalid-params
Browse files Browse the repository at this point in the history
Fix OauthApplication documentation issues
  • Loading branch information
tarebyte committed Jun 25, 2020
2 parents 6ab4377 + 8d90555 commit 4ab6bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/octokit/client/oauth_applications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def reset_token(access_token, options = {})
#
# Applications can revoke (delete) a token
#
# @param token [String] 40 character GitHub OAuth access token
# @param access_token [String] 40 character GitHub OAuth access token
#
# @return [Boolean] Result
# @see https://developer.github.com/v3/apps/oauth_applications/#delete-an-app-token
Expand Down Expand Up @@ -93,7 +93,7 @@ def delete_app_token(access_token, options = {})
#
# OAuth application owners can revoke a grant for their OAuth application and a specific user.
#
# @param accces_token [String] 40 character GitHub OAuth access token
# @param access_token [String] 40 character GitHub OAuth access token
#
# @return [Boolean] Result
# @see https://developer.github.com/v3/apps/oauth_applications/#delete-an-app-token
Expand Down

0 comments on commit 4ab6bb3

Please sign in to comment.