From 870e1990bb896fc8a8fbf530cea64913657c0549 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 14 Jul 2019 15:26:42 -0400 Subject: [PATCH] Fix typos --- server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.rb b/server.rb index f75b66d..8a40db4 100644 --- a/server.rb +++ b/server.rb @@ -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 = {