diff --git a/lib/octokit/client/oauth_applications.rb b/lib/octokit/client/oauth_applications.rb index 92d5ac877..6db7197ba 100644 --- a/lib/octokit/client/oauth_applications.rb +++ b/lib/octokit/client/oauth_applications.rb @@ -65,7 +65,7 @@ def reset_token(access_token, options = {}) # # @example # client = Octokit::Client.new(:client_id => 'abcdefg12345', :client_secret => 'secret') - # client.delete_token('deadbeef1234567890deadbeef987654321') + # client.delete_app_token('deadbeef1234567890deadbeef987654321') def delete_app_token(access_token, options = {}) options[:access_token] = access_token