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

Commit 0669d5b

Browse files
authored
Merge pull request #10 from kalrish/fix-typos
Fix typos
2 parents 5ea0452 + 9417f95 commit 0669d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_payload_request(request)
8989
# Instantiate an Octokit client authenticated as a GitHub App.
9090
# GitHub App authentication requires that you construct a
9191
# JWT (https://jwt.io/introduction/) signed with the app's private key,
92-
# so GitHub can be sure that it came from the app an not altererd by
92+
# so GitHub can be sure that it came from the app and wasn't alterered by
9393
# a malicious third party.
9494
def authenticate_app
9595
payload = {

0 commit comments

Comments
 (0)