We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad7d9 commit 870e199Copy full SHA for 870e199
1 file changed
server.rb
@@ -78,7 +78,7 @@ def get_payload_request(request)
78
# Instantiate an Octokit client authenticated as a GitHub App.
79
# GitHub App authentication requires that you construct a
80
# JWT (https://jwt.io/introduction/) signed with the app's private key,
81
- # 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
82
# a malicious third party.
83
def authenticate_app
84
payload = {
0 commit comments