Skip to content

Commit 112273e

Browse files
authored
fix typo (#744)
1 parent de050e6 commit 112273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/adding-instance-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Vue.prototype.$reverseText = function (propertyName) {
113113

114114
new Vue({
115115
data: {
116-
message: 'Hello '
116+
message: 'Hello'
117117
},
118118
created: function () {
119119
console.log(this.message) // => "Hello"

0 commit comments

Comments
 (0)