Skip to content

Commit 5ecfbf4

Browse files
authored
Merge pull request #295 from corneliusellen/fix-namespace-typo-on-readme
fix-namespace-typo-on-readme
2 parents 5a3a0cf + a8c39e0 commit 5ecfbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Slack::Events::Request.new(http_request,
522522
signature_expires_in: signature_expires_in)
523523
```
524524

525-
The `verify!` call may raise `Slack::Events::MissingSigningSecret`, `Slack::Events::InvalidSignature` or `Slack::Events::TimestampExpired` errors.
525+
The `verify!` call may raise `Slack::Events::Request::MissingSigningSecret`, `Slack::Events::Request::InvalidSignature` or `Slack::Events::Request::TimestampExpired` errors.
526526

527527
### Message Parsing
528528

0 commit comments

Comments
 (0)