From b8b7049aa28b983e6a49c9e2152293dc928a1a38 Mon Sep 17 00:00:00 2001 From: Camelid Date: Wed, 1 Jul 2020 13:49:28 -0700 Subject: [PATCH] Fix typo --- components/selectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.