Skip to content

docs($zh): fix typos #2542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/docs/zh/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
3. 注入全局的 UI, 如:[@vuepress/plugin-back-to-top](./official/plugin-back-to-top.md);
4. 拓展 CLI 的指令,如:[vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export)。

这里也有一个略微复杂的插件案例 [@vuepress/plugin-blog](https://vuepress-plugin-blog.ulivz.com),其使用了编译器的元数据来生成了一些动态模块,并在客户端使用 `enhanceAppFiles` 来初始化他们。
这里也有一个略微复杂的插件案例 [@vuepress/plugin-blog](https://vuepress-plugin-blog.ulivz.com),其使用了编译期的元数据来生成了一些动态模块,并在客户端使用 `enhanceAppFiles` 来初始化他们。

## 开箱即用

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/zh/plugin/option-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ import { SOURCE_DIR } from '@dynamic/constants'
- 类型: `Function`
- 默认值: `undefined`

一个函数,用于拓展或者修改 [$page](../guide/global-computed.md#page) 对象。这个函数将会在编译器为每个页面执行一次
一个函数,用于拓展或者修改 [$page](../guide/global-computed.md#page) 对象。这个函数将会在编译期为每个页面执行一次

```js
module.exports = {
Expand Down