You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -234,7 +234,7 @@ Run the client in your terminal. To verify the client is sending and receiving
234
234
235
235
# [JavaScript](#tab/javascript)
236
236
237
-
To start the client go the terminal and run the following command. Replace the `<Client Access URL>` with the Client Access URL you copied from the portal.
237
+
To start the client go the terminal and run the following command. Replace the `<Client Access URL>` with the client access URL you copied from the portal.
238
238
239
239
```bash
240
240
export WebPubSubClientURL="<Client Access URL>"
@@ -243,9 +243,10 @@ node index.js
243
243
244
244
# [C#](#tab/csharp)
245
245
246
-
To start the client, run the following command in your terminal replacing the `<client-access-url>` with the Client Access URL you copied from the portal:
246
+
To start the client, run the following command in your terminal replacing the `<client-access-url>` with the client access URL you copied from the portal:
0 commit comments