We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9feca53 + 3222403 commit 4998201Copy full SHA for 4998201
source/guide/composition.md
@@ -86,7 +86,7 @@ var parent = new Vue({
86
},
87
{
88
name: 'Bruce Lee',
89
- email: 'burce@lee.com'
+ email: 'bruce@lee.com'
90
}
91
]
92
@@ -124,11 +124,11 @@ var parent = new Vue({
124
125
126
127
128
129
130
131
})
132
</script>
133
134
-Next: [Building Larger Apps](/guide/application.html).
+Next: [Building Larger Apps](/guide/application.html).
0 commit comments