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

Commit bd73522

Browse files
authored
Correct spelling
1 parent dec7f11 commit bd73522

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
@@ -137,7 +137,7 @@ def verify_webhook_signature
137137

138138
# The X-GITHUB-EVENT header provides the name of the event.
139139
# The action value indicates the which action triggered the event.
140-
logger.debug "---- recevied event #{request.env['HTTP_X_GITHUB_EVENT']}"
140+
logger.debug "---- received event #{request.env['HTTP_X_GITHUB_EVENT']}"
141141
logger.debug "---- action #{@payload['action']}" unless @payload['action'].nil?
142142
end
143143

0 commit comments

Comments
 (0)