Skip to content

Commit a7ba18e

Browse files
committed
Merge pull request #170 from juukie/juukie-typo-world
Update message to match example
2 parents f351a29 + a0d9a03 commit a7ba18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Vue.directive('demo', {
118118
var demo = new Vue({
119119
el: '#demo',
120120
data: {
121-
msg: 'world!'
121+
msg: 'hello!'
122122
}
123123
})
124124
</script>

0 commit comments

Comments
 (0)