Skip to content

Commit 3a97c18

Browse files
BrickCarvingArtistkazupon
authored andcommitted
a comma was expected (#479)
a comma was expected
1 parent d0be6b6 commit 3a97c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ createElement(
108108
// {String | Array}
109109
// Children VNodes. Optional.
110110
[
111-
createElement('h1', 'hello world')
111+
createElement('h1', 'hello world'),
112112
createElement(MyComponent, {
113113
props: {
114114
someProp: 'foo'

0 commit comments

Comments
 (0)