Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop authored Jul 14, 2019
1 parent 7cad7d9 commit 870e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_payload_request(request)
# Instantiate an Octokit client authenticated as a GitHub App.
# GitHub App authentication requires that you construct a
# JWT (https://jwt.io/introduction/) signed with the app's private key,
# so GitHub can be sure that it came from the app an not altererd by
# so GitHub can be sure that it came from the app and was not altered by
# a malicious third party.
def authenticate_app
payload = {
Expand Down

0 comments on commit 870e199

Please sign in to comment.