From 315fd50be16fef95e0fcd1b147c6fa2a7c5b112c Mon Sep 17 00:00:00 2001 From: hiro-lapis <53115998+hiro-lapis@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:17:37 +0900 Subject: [PATCH] docs: typo (#7547) --- docs/guide/api-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/api-plugin.md b/docs/guide/api-plugin.md index 228755dd6f85c2..4a5b1c07c7893e 100644 --- a/docs/guide/api-plugin.md +++ b/docs/guide/api-plugin.md @@ -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