We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f71e4 commit dfd7c2fCopy full SHA for dfd7c2f
guides/source/action_cable_overview.md
@@ -242,10 +242,10 @@ WebNotificationsChannel.broadcast_to(
242
The `WebNotificationsChannel.broadcast_to` call places a message in the current
243
subscription adapter (Redis by default)'s pubsub queue under a separate
244
broadcasting name for each user. For a user with an ID of 1, the broadcasting
245
-name would be `web_notifications_1`.
+name would be `web_notifications:1`.
246
247
The channel has been instructed to stream everything that arrives at
248
-`web_notifications_1` directly to the client by invoking the `received`
+`web_notifications:1` directly to the client by invoking the `received`
249
callback.
250
251
### Subscriptions
0 commit comments