Skip to content

Commit 3a661b2

Browse files
Fix typo in pseudo-classes.md (#294)
1 parent 0cb533d commit 3a661b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/markdown/selectors/pseudo-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ While the level 4 specifications state that [compound](#compound-selector) selec
17071707
Selects elements that contain the provided text. Text can be found in either itself, or its descendants.
17081708

17091709
Originally, there was a pseudo-class called `:contains()` that was originally included in a [CSS early draft][contains-draft],
1710-
but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed accept for two
1710+
but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed except for two
17111711
differences: it is called `:-soup-contains()` instead of `:contains()`, and it can accept either a single value, or a
17121712
comma separated list of values. An element needs only to match at least one of the items in the comma separated list to
17131713
be considered matching.

0 commit comments

Comments
 (0)