mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-26 13:46:05 +10:00
docs: fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user