From d8375dec82407832a71023b663dc38f496cc900b Mon Sep 17 00:00:00 2001 From: Ryan Dobbs Date: Mon, 27 Jun 2016 22:16:22 -0600 Subject: [PATCH] Update tutorial.md --- docs/en/start/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/start/tutorial.md b/docs/en/start/tutorial.md index e713eec9e..207b8f4cd 100644 --- a/docs/en/start/tutorial.md +++ b/docs/en/start/tutorial.md @@ -37,7 +37,7 @@ npm install\ npm install vue --save ``` -That's a lot of dependencies, I know! This is mostly because `vue-loader` need to have other webpack loaders as **peer dependencies** rather than nested dependencies so that Webpack can find them.[^(1)] +That's a lot of dependencies, I know! This is mostly because `vue-loader` needs to have other webpack loaders as **peer dependencies** rather than nested dependencies so that Webpack can find them.[^(1)] > Note: In previous versions of `vue-loader` we used to explicitly install `babel-runtime` 5.x to avoid duplicate dependencies - this is no longer necessary after recent babel upgrade.