Skip to content

Commit

Permalink
docs: fix typos (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycyin authored Oct 8, 2024
1 parent 43f05ab commit 3356183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/markdown/revealjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add presentation in your VuePress site via Reveal.js.
## Usage

```bash
npm i -D @vuepress/plugin-prismjs@next
npm i -D @vuepress/plugin-revealjs@next
```

```js {7} title=".vuepress/config.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/plugins/markdown/revealjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## 使用

```bash
npm i -D @vuepress/plugin-prismjs@next
npm i -D @vuepress/plugin-revealjs@next
```

```js {7} title=".vuepress/config.js"
Expand Down

0 comments on commit 3356183

Please sign in to comment.