From cdc974b7f97e08a48e7b94d3286d23905b4d8ac9 Mon Sep 17 00:00:00 2001 From: Ivan Yan Date: Mon, 27 Jul 2015 15:43:39 +0800 Subject: [PATCH] fix typo --- source/guide/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/application.md b/source/guide/application.md index 8663fba0ec..d5ae90e900 100644 --- a/source/guide/application.md +++ b/source/guide/application.md @@ -118,7 +118,7 @@ describe('my-component', function () { ## Deploying for Production -The minified standalone build of Vue.js has already stripped out all the warnings for you for a smaller file size, but when you are using tools like Browserify for Webpack to build Vue.js applications, it's not so obvious how to do that. +The minified standalone build of Vue.js has already stripped out all the warnings for you for a smaller file size, but when you are using tools like Browserify or Webpack to build Vue.js applications, it's not so obvious how to do that. Starting in 0.12.8, it is quite simple to configure the tools to strip out the warnings: