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

Commit 870e199

Browse files
Fix typos
1 parent 7cad7d9 commit 870e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_payload_request(request)
7878
# Instantiate an Octokit client authenticated as a GitHub App.
7979
# GitHub App authentication requires that you construct a
8080
# 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
81+
# so GitHub can be sure that it came from the app and was not altered by
8282
# a malicious third party.
8383
def authenticate_app
8484
payload = {

0 commit comments

Comments
 (0)