Skip to content

Commit

Permalink
[skip ci] Added missing parathesis in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Aug 3, 2023
1 parent 797a7c5 commit c0b850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/action_cable_overview.md
Expand Up @@ -531,7 +531,7 @@ const chatChannel = consumer.subscriptions.create({ channel: "ChatChannel", room
received(data) {
// data => { sent_by: "Paul", body: "This is a cool chat app." }
}
}
})

chatChannel.send({ sent_by: "Paul", body: "This is a cool chat app." })
```
Expand Down

0 comments on commit c0b850a

Please sign in to comment.