Skip to content

Commit 35a2e1b

Browse files
authored
Merge pull request #299 from amoossssss/master
fix README typo
2 parents ffd9480 + be70675 commit 35a2e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html-to-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Selectors array is our loose approximation of a stylesheet.
150150

151151
* highest [specificity](https://www.w3.org/TR/selectors/#specificity) selector is used when there are multiple matches;
152152
* the last selector is used when there are multiple matches of equal specificity;
153-
* all entries with the same selector value are merged (recursively) at the compile stage, in such way so the last defined properties a kept and the relative order of unique selectors is kept;
153+
* all entries with the same selector value are merged (recursively) at the compile stage, in such way so the last defined properties are kept and the relative order of unique selectors is kept;
154154
* user-defined entries are appended after [predefined entries](#predefined-formatters);
155155
* Every unique selector must have `format` value specified (at least once);
156156
* unlike in CSS, values from different matched selectors are NOT merged at the convert stage. Single best match is used instead (that is the last one of those with highest specificity).

0 commit comments

Comments
 (0)