From cccad10d0c508fef6937a4059ea04242d86bbb71 Mon Sep 17 00:00:00 2001 From: Joiey Seeley Date: Tue, 15 May 2018 10:46:36 -0500 Subject: [PATCH] Small typo correction. Changed form to from --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 6128f650a..5a6b7d623 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -8,7 +8,7 @@ Follow this guide if the built-in configuration of Vue CLI does not suit your ne ## Manual Configuration -Vue Loader's configuration is a bit different form other loaders. In addition to a rule that applies `vue-loader` to any files with extension `.vue`, make sure to add Vue Loader's plugin to your webpack config: +Vue Loader's configuration is a bit different from other loaders. In addition to a rule that applies `vue-loader` to any files with extension `.vue`, make sure to add Vue Loader's plugin to your webpack config: ``` js // webpack.config.js