Skip to content

Commit 602aaef

Browse files
authored
fix typo
1 parent 02464ab commit 602aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/prerender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ new PrerenderSpaPlugin(
3030

3131
If you also wanted to prerender `/about` and `/contact`, then that array would be `[ '/', '/about', '/contact' ]`.
3232

33-
4. Enable history mode for for `vue-router`:
33+
4. Enable history mode for `vue-router`:
3434
```js
3535
const router = new VueRouter({
3636
mode: 'history',

0 commit comments

Comments
 (0)