From 9417f957cb3976cbdf4df32c389b125c239abc97 Mon Sep 17 00:00:00 2001 From: David Porcel Date: Mon, 12 Aug 2019 11:02:38 +0200 Subject: [PATCH] Fix typos --- template_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_server.rb b/template_server.rb index 5a945d0..f913aa1 100644 --- a/template_server.rb +++ b/template_server.rb @@ -89,7 +89,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 wasn't alterered by # a malicious third party. def authenticate_app payload = {