Skip to content

Commit a8b9d13

Browse files
committed
docs(traversing): Fix description of children
Fixes #1988
1 parent efcba05 commit a8b9d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/traversing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export const siblings = _matcher(
481481
);
482482

483483
/**
484-
* Gets the children of the first selected element.
484+
* Gets the element children of each element in the set of matched elements.
485485
*
486486
* @category Traversing
487487
* @example

0 commit comments

Comments
 (0)