Skip to content

Commit

Permalink
docs: fix typo in ui-api.md (vuejs#2444) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Humyang authored and haoqunjiang committed Sep 6, 2018
1 parent 43cb1ad commit da31b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/dev-guide/ui-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ IPC 就是进程间通信 (Inter-Process Communication) 的缩写。该系统允

> 为了在 webpack 仪表盘 UI 上展示数据,`@vue/cli-service``serve``build` 命令会在 `--dashboard` 参数被传入时向 cli-ui Node.js 服务器发送 IPC 消息。
在进程代码中 (可以是一个 webpack 插件或一个 Node.js 的任务脚步),你可以使用 `@vue/cli-shared-utils` 中的 `IpcMessenger` 类:
在进程代码中 (可以是一个 webpack 插件或一个 Node.js 的任务脚本),你可以使用 `@vue/cli-shared-utils` 中的 `IpcMessenger` 类:

```js
const { IpcMessenger } = require('@vue/cli-shared-utils')
Expand Down

0 comments on commit da31b87

Please sign in to comment.