Skip to content

Commit

Permalink
Revert to singular
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored May 9, 2024
1 parent 375c875 commit 55ce874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-plugins/remove-attrs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The format accepted is `[ element* : attribute* : value* ]`, where:

- `element`: A regular expression matching element names. An asterisk or omission matches all elements.
- `attribute`: A regular expression matching attribute names.
- `value`: A regular expressions matching attribute values. An asterisk or omission matches all values.
- `value`: A regular expression matching attribute values. An asterisk or omission matches all values.

For example, `path:fill` matches all `fill` attributes in `<path>` elements.

Expand Down

0 comments on commit 55ce874

Please sign in to comment.