Skip to content

Commit f340033

Browse files
sjkingchrisvfritz
authored andcommitted
Fix typo in describing Vue instances (#534)
1 parent ef5c24c commit f340033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are also a few array-related caveats, which were discussed earlier in the
5555

5656
## Declaring Reactive Properties
5757

58-
Since Vue doesn't allow dynamically adding root-level reactive properties, this means you have to initialize you instances by declaring all root-level reactive data properties upfront, even just with an empty value:
58+
Since Vue doesn't allow dynamically adding root-level reactive properties, you have to initialize Vue instances by declaring all root-level reactive data properties upfront, even just with an empty value:
5959

6060
``` js
6161
var vm = new Vue({

0 commit comments

Comments
 (0)