Skip to content

Commit 3d200f1

Browse files
committed
Merge pull request #98 from yanxyz/patch-1
fix typo
2 parents 1b8b582 + cdc974b commit 3d200f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('my-component', function () {
118118

119119
## Deploying for Production
120120

121-
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.
121+
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.
122122

123123
Starting in 0.12.8, it is quite simple to configure the tools to strip out the warnings:
124124

0 commit comments

Comments
 (0)