Skip to content

Commit fddbe89

Browse files
authored
fix
1 parent 6aa92de commit fddbe89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-web-pubsub/socketio-troubleshoot-admin-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-web-pubsub
99
ms.topic: how-to
1010
---
1111

12-
[Socket.IO Admin UI](https://socket.io/docs/v4/admin-ui/) is a website tool developed by Socket.IO offical team and it can be used to have an overview of the state of your Socket.IO deployment. See how it works and explore its advanced usage in [Socket.IO Admin UI Doc](https://socket.io/docs/v4/admin-ui/).
12+
[Socket.IO Admin UI](https://socket.io/docs/v4/admin-ui/) is a website tool developed by Socket.IO official team and it can be used to have an overview of the state of your Socket.IO deployment. See how it works and explore its advanced usage in [Socket.IO Admin UI Doc](https://socket.io/docs/v4/admin-ui/).
1313

1414
[Azure Socket.IO Admin UI](https://github.com/Azure/azure-webpubsub/tree/main/tools/azure-socketio-admin-ui) is a customized version of it for Azure Socket.IO.
1515

@@ -36,7 +36,7 @@ The static website files could be either downloaded from release or built from s
3636
yarn build
3737
```
3838

39-
3. Host the static files using any HTTP server. Let's use [a simple static HTTP server](https://www.npmjs.com/package/http-server) as an example:
39+
3. Host the static files using any HTTP server. Let's use [a tiny static HTTP server](https://www.npmjs.com/package/http-server) as an example:
4040
```bash
4141
cd dist
4242
npm install -g http-server
@@ -45,7 +45,7 @@ The static website files could be either downloaded from release or built from s
4545
4646
The http server is hosted on port 8080 by default.
4747
48-
4. Visit `http://localhost:8080` to view the website.
48+
4. Visit `http://localhost:8080` in browser
4949
5050
# Service-side
5151
1. install the `@socket.io/admin-ui` package:

0 commit comments

Comments
 (0)