Skip to content

Commit 315fd50

Browse files
authored
docs: typo (#7547)
1 parent a3b9f4c commit 315fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/api-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ Since Vite 2.9, we provide some utilities for plugins to help handle the communi
499499
500500
### Server to Client
501501
502-
On the plugin side, we could use `server.ws.send` to boardcast events to all the clients:
502+
On the plugin side, we could use `server.ws.send` to broadcast events to all the clients:
503503
504504
```js
505505
// vite.config.js

0 commit comments

Comments
 (0)