diff --git a/docs/guide/plugin.md b/docs/guide/plugin.md index 2b98d90b..f707e801 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")' }, // 执行一个回调,打印子应用名字 {