Skip to content

Commit

Permalink
missing scala keyword in code block (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarkon authored May 9, 2023
1 parent ca0a8a1 commit ffe08d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/docs/events-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ post a message back using the specified url from those events.
To help with these scenarios, you can use `SlackApiClient.events.reply()`,
which doesn't require any tokens to work:

```
```scala
client.events
.reply(
response_url = response_url,
Expand Down Expand Up @@ -94,4 +94,4 @@ signatureVerifier.
case Right(success) => // the signature is verified
case Left(err) => // absent or wrong signature
}
```
```

0 comments on commit ffe08d1

Please sign in to comment.