diff --git a/components/selectors/README.md b/components/selectors/README.md index dac4a7ff91a..0768f94ae4d 100644 --- a/components/selectors/README.md +++ b/components/selectors/README.md @@ -7,7 +7,7 @@ rust-selectors * [crates.io](https://crates.io/crates/selectors) CSS Selectors library for Rust. -Includes parsing and serilization of selectors, +Includes parsing and serialization of selectors, as well as matching against a generic tree of elements. Pseudo-elements and most pseudo-classes are generic as well.