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

Fix typos #10

Merged
merged 1 commit into from
Aug 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down