Skip to content

Commit 01a0425

Browse files
rachaelshawchrisvfritz
authored andcommitted
Fix typo (vuejs#827)
1 parent c7a85b8 commit 01a0425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Detailed release notes for each version are available on [GitHub](https://github
2121

2222
Simply download and include with a script tag. `Vue` will be registered as a global variable.
2323

24-
<p class="tip">Don't use the minified version during development. You will miss out all the nice warnings for common mistakes!</p>
24+
<p class="tip">Don't use the minified version during development. You will miss out on all the nice warnings for common mistakes!</p>
2525

2626
<div id="downloads">
2727
<a class="button" href="/js/vue.js" download>Development Version</a><span class="light info">With full warnings and debug mode</span>

0 commit comments

Comments
 (0)