From f1da50e15ef7cfcfd5af7d52b0dc4585b95e48c7 Mon Sep 17 00:00:00 2001 From: Vini Gouveia Date: Tue, 24 Oct 2023 12:54:00 -0300 Subject: [PATCH] Update javascript.md Remove duplicate word --- docs/channels/getting_started/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/channels/getting_started/javascript.md b/docs/channels/getting_started/javascript.md index 18a2a68..e248a47 100644 --- a/docs/channels/getting_started/javascript.md +++ b/docs/channels/getting_started/javascript.md @@ -38,7 +38,7 @@ var pusher = new Pusher("APP_KEY", { ## Subscribe to a channel -Before your web app can receive the event you publish, your web app needs to subscribe to the `my-channel` channel channel. Do this with `pusher.subscribe`. +Before your web app can receive the event you publish, your web app needs to subscribe to the `my-channel` channel. Do this with `pusher.subscribe`. ```js var channel = pusher.subscribe("my-channel");