Skip to content

Commit

Permalink
docs: typo (#7547)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-lapis committed Mar 31, 2022
1 parent a3b9f4c commit 315fd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-plugin.md
Expand Up @@ -499,7 +499,7 @@ Since Vite 2.9, we provide some utilities for plugins to help handle the communi
### Server to Client
On the plugin side, we could use `server.ws.send` to boardcast events to all the clients:
On the plugin side, we could use `server.ws.send` to broadcast events to all the clients:
```js
// vite.config.js
Expand Down

0 comments on commit 315fd50

Please sign in to comment.