From 593b4ab64302ecd1f9124db8522832a4dd22de1f Mon Sep 17 00:00:00 2001 From: Frank Dumont Date: Wed, 2 May 2018 18:36:00 +0200 Subject: [PATCH] docs: fix typo (#333) --- docs/guide/using-vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/using-vue.md b/docs/guide/using-vue.md index b218f320..87703f5d 100644 --- a/docs/guide/using-vue.md +++ b/docs/guide/using-vue.md @@ -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