diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 6a3f083..0180e0e 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -1195,7 +1195,7 @@ Specific-generic cosmetic filters will NOT become discarded when checking the "I #### Procedural cosmetic filters -`:has(...)`, `:has-text(...)`, `:matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, :matches-prop(...), `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, `:matches-prop(...)`, `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).