From 574b519b1aef5963d2b76d95150ace534c4a521c Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 25 Feb 2021 16:44:17 -0300 Subject: [PATCH] Remove extraneous comment from Action Cable overview guide [ci skip] This section isn't about web notifications, there's an example section later on in the guide that talks about that and has a similar comment on it, here it was unnecessary / confusing. --- guides/source/action_cable_overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 016be4ceac..0349e0ac1b 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -373,7 +373,6 @@ these channel subscriptions based on an identifier sent by the cable consumer. ```js // app/javascript/channels/chat_channel.js -// Assumes you've already requested the right to send web notifications import consumer from "./consumer" consumer.subscriptions.create({ channel: "ChatChannel", room: "Best Room" }, {