Skip to content

Commit e031133

Browse files
committed
Fix typo
1 parent 35b265e commit e031133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,12 @@ Properties of the element ([`Properties`][properties], optional).
181181

182182
###### `children`
183183

184-
Children of the element ([`Child`][child] or `Array<Child>`, optional).
184+
Children of the node ([`Child`][child] or `Array<Child>`, optional).
185185

186186
##### Returns
187187

188188
Created tree ([`Result`][result]).
189+
189190
[`Element`][element] when a `selector` is passed, otherwise [`Root`][root].
190191

191192
### `s(selector?[, properties][, …children])`

0 commit comments

Comments
 (0)