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

Commit 4ac138c

Browse files
authored
Correct spelling
1 parent bd73522 commit 4ac138c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def verify_webhook_signature
126126

127127
# The X-GITHUB-EVENT header provides the name of the event.
128128
# The action value indicates the which action triggered the event.
129-
logger.debug "---- recevied event #{request.env['HTTP_X_GITHUB_EVENT']}"
129+
logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
130130
logger.debug "---- action #{@payload['action']}" unless @payload['action'].nil?
131131
end
132132

0 commit comments

Comments
 (0)