Skip to content

Commit

Permalink
docs: fix typo (vuejs#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
psytrx authored and ulivz committed May 2, 2018
1 parent c237f5b commit 593b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Make sure a custom component's name either contains a hyphen or is in PascalCase

### Using Pre-processors

VuePress has built-in webpack config for the following pre-processors: `sass`, `scss`, `less`, `stylus` and `pug`. All you need to do is installing the corresposnding dependencies. For example, to enable `sass`, install the following in your project:
VuePress has built-in webpack config for the following pre-processors: `sass`, `scss`, `less`, `stylus` and `pug`. All you need to do is installing the corresponding dependencies. For example, to enable `sass`, install the following in your project:

``` bash
yarn add -D sass-loader node-sass
Expand Down

0 comments on commit 593b4ab

Please sign in to comment.