Skip to content

Commit a5e78cb

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/attribute-hyphenation.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 300b438 commit a5e78cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/attribute-hyphenation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ and all the [SVG attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/At
4747

4848
- `"always"` (default) ... Use hyphenated attribute name.
4949
- `"never"` ... Don't use hyphenated attribute name.
50-
- `"ignore"` ... Array of ignored names.
51-
- `"ignoreTags"` ... Array of exclude tag names.
50+
- `"ignore"` ... Array of attribute names that don't need to follow the specified casing.
51+
- `"ignoreTags"` ... Array of tag names whose attributes don't need to follow the specified casing.
5252

5353
### `"always"`
5454

0 commit comments

Comments
 (0)