docs: fix typo

This commit is contained in:
ULIVZ
2018-10-19 22:12:23 +08:00
parent 09e3f440c3
commit d34fe8dbbe
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -181,7 +181,7 @@ module.exports = {
- Type: `array`
- Default: `undefined`
A plug-in can contain multiple plugins like a preset.
A plugin can contain multiple plugins like a preset.
```js
@@ -472,7 +472,7 @@ module.exports = {
path, // current page's permalink
} = $page
// 1. Add extra files.
// 1. Add extra fields.
page.xxx = 'xxx'
// 2. Change frontmatter.
+2 -2
View File
@@ -183,7 +183,7 @@ module.exports = {
- Type: `array`
- Default: `undefined`
A plug-in can contain multiple plugins like a preset.
A plugin can contain multiple plugins like a preset.
```js
@@ -474,7 +474,7 @@ module.exports = {
path, // current page's permalink
} = $page
// 1. Add extra files.
// 1. Add extra fields.
page.xxx = 'xxx'
// 2. Change frontmatter.