Skip to content

Commit

Permalink
fix typo and block syntax (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjilbert504 authored Jun 17, 2024
1 parent 0430be6 commit b1148c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/bulk_delivery_methods/slack.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Slack Bulk Delivery Method

Send a Slack message to builk notify users in a channel.
Send a Slack message to bulk notify users in a channel.

## Usage

```ruby
class CommentNotification
deliver_by :slackdo |config|
deliver_by :slack do |config|
config.url = "https://slack.com..."
config.json = -> {
{
Expand Down

0 comments on commit b1148c4

Please sign in to comment.