Skip to content

Commit

Permalink
docs(traversing): Fix description of children
Browse files Browse the repository at this point in the history
Fixes #1988
  • Loading branch information
fb55 committed Aug 14, 2021
1 parent efcba05 commit a8b9d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/traversing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export const siblings = _matcher(
);

/**
* Gets the children of the first selected element.
* Gets the element children of each element in the set of matched elements.
*
* @category Traversing
* @example
Expand Down

0 comments on commit a8b9d13

Please sign in to comment.