From d48fc0f4ba18140938e333946b06cce907e8828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=86=E6=81=A9?= <28747351+4191@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:33:34 +0800 Subject: [PATCH] docs: fix typo in inline script commentdocs --- docs/guide/plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/plugin.md b/docs/guide/plugin.md index 2b98d90be..f707e8015 100644 --- a/docs/guide/plugin.md +++ b/docs/guide/plugin.md @@ -72,7 +72,7 @@ const plugins = [ jsBeforeLoaders: [ // 插入一个外联脚本 { src: "http://xxxx.js" }, - // 插入一个内联监本 + // 插入一个内联脚本 { content: 'console.log("test")' }, // 执行一个回调,打印子应用名字 {