Skip to content

Commit ebba391

Browse files
Merge pull request #232952 from kevinguo-ed/patch-3
Changed mentioning of SignalR to Web PubSub
2 parents 3b7a131 + ef729d0 commit ebba391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/reference-server-sdk-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ await serviceClient.sendToAll({ message: "Hello world!" }, { onResponse });
200200

201201
You can set the following environment variable to get the debug logs when using this library.
202202

203-
- Getting debug logs from the SignalR client library
203+
- Getting debug logs from the Azure Web PubSub client library
204204

205205
```bash
206206
export AZURE_LOG_LEVEL=verbose
@@ -367,7 +367,7 @@ app.listen(3000, () =>
367367

368368
You can set the following environment variable to get the debug logs when using this library.
369369

370-
- Getting debug logs from the SignalR client library
370+
- Getting debug logs from the Azure Web PubSub client library
371371

372372
```bash
373373
export AZURE_LOG_LEVEL=verbose

0 commit comments

Comments
 (0)