Skip to content

Commit bd5eeda

Browse files
committed
fix typo and improve phrasing in render function guide
1 parent 85aa9f5 commit bd5eeda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/render-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ createElement(
9999
'div',
100100

101101
// {Object}
102-
// An data object corresponding to the attributes
102+
// A data object corresponding to the attributes
103103
// you would use in a template. Optional.
104104
{
105-
// ... (see more detail below)
105+
// (see details in the next section below)
106106
},
107107

108108
// {String | Array}

0 commit comments

Comments
 (0)