Skip to content

Commit 6b1deb6

Browse files
committed
chore: tweaks readme of markkown
1 parent dd55269 commit 6b1deb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vuepress/markdown/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It's needed to use with VuePress's [Plugin API > chainMarkdown](https://vuepress
2727
- **Usage**:
2828

2929
```js
30-
// You VuePress Plugin or site config.
30+
// Your VuePress Plugin or site config.
3131
const { removePlugin } = require('@vuepress/markdown')
3232
module.exports = {
3333
chainMarkdown (config) {
@@ -45,7 +45,7 @@ Remove all built-in but not 100% necessary markdown-it plugins in VuePress.
4545
- **Usage**:
4646

4747
```js
48-
// You VuePress Plugin or site config.
48+
// Your VuePress Plugin or site config.
4949
module.exports = {
5050
chainMarkdown (config) {
5151
require('@vuepress/markdown').removeAllBuiltInPlugins(config)

0 commit comments

Comments
 (0)