Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/content/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Finds an element matching the selector

or

* `elt` - the root element to find the matching element in, inclusive
* `elt` - the root element to find the matching element inside of (not including the root itself)
* `selector` - the selector to match

##### Example
Expand All @@ -240,7 +240,7 @@ Finds all elements matching the selector

or

* `elt` - the root element to find the matching elements in, inclusive
* `elt` - the root element to find the matching elements inside of (not including the root itself)
* `selector` - the selector to match

##### Example
Expand Down