diff --git a/src/v2/guide/single-file-components.md b/src/v2/guide/single-file-components.md index 8fe5e350d5..7d94eeefff 100644 --- a/src/v2/guide/single-file-components.md +++ b/src/v2/guide/single-file-components.md @@ -27,7 +27,7 @@ Now we get: - [CommonJS modules](https://webpack.github.io/docs/commonjs.html) - [Component-scoped CSS](https://github.com/vuejs/vue-loader/blob/master/docs/en/features/scoped-css.md) -As promised, we can also use preprocessors such as Jade, Babel (with ES2015 modules), and Stylus for cleaner and more feature-rich components. +As promised, we can also use preprocessors such as Pug, Babel (with ES2015 modules), and Stylus for cleaner and more feature-rich components.