Skip to content

Commit a8c39e0

Browse files
author
corneliusellen
committed
fix-namespace-typo-on-readme
1 parent 5a3a0cf commit a8c39e0

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)