Skip to content

Commit e5a6fe4

Browse files
authored
chore(docs): add missing commas
1 parent 75220c7 commit e5a6fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const App = {
1212
return {
1313
msg: 'Hello World!'
1414
}
15-
}
15+
},
1616
render () {
1717
return h('div', this.msg)
1818
}

0 commit comments

Comments
 (0)