Skip to content

Commit 4998201

Browse files
committed
Merge pull request #3 from dchest/patch-1
Fix Bruce Lee's email address
2 parents 9feca53 + 3222403 commit 4998201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/guide/composition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var parent = new Vue({
8686
},
8787
{
8888
name: 'Bruce Lee',
89-
email: 'burce@lee.com'
89+
email: 'bruce@lee.com'
9090
}
9191
]
9292
}
@@ -124,11 +124,11 @@ var parent = new Vue({
124124
},
125125
{
126126
name: 'Bruce Lee',
127-
email: 'burce@lee.com'
127+
email: 'bruce@lee.com'
128128
}
129129
]
130130
}
131131
})
132132
</script>
133133

134-
Next: [Building Larger Apps](/guide/application.html).
134+
Next: [Building Larger Apps](/guide/application.html).

0 commit comments

Comments
 (0)