We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b05c1e + 93fc234 commit 8658ba6Copy full SHA for 8658ba6
api/ruby/building-your-first-github-app/server.rb
@@ -120,7 +120,7 @@ class GHAapp < Sinatra::Application
120
# Determine what kind of event this is, and take action as appropriate
121
# TODO we assume that GitHub will always provide an X-GITHUB-EVENT header in this case, which is a reasonable
122
# assumption, however we should probably be more careful!
123
- logger.debug "---- recevied event #{request.env['HTTP_X_GITHUB_EVENT']}"
+ logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
124
logger.debug "---- action #{payload['action']}" unless payload['action'].nil?
125
126
case request.env['HTTP_X_GITHUB_EVENT']
0 commit comments