Skip to content

Commit 300b438

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

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
@@ -45,8 +45,8 @@ This rule enforces using hyphenated attribute names on custom components in Vue
4545
Default casing is set to `always`. By default the following attributes are ignored: `data-`, `aria-`, `slot-scope`,
4646
and all the [SVG attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute) with either an upper case letter or an hyphen.
4747

48-
- `"always"` (default) ... Use hyphenated name.
49-
- `"never"` ... Don't use hyphenated name except the ones that are ignored.
48+
- `"always"` (default) ... Use hyphenated attribute name.
49+
- `"never"` ... Don't use hyphenated attribute name.
5050
- `"ignore"` ... Array of ignored names.
5151
- `"ignoreTags"` ... Array of exclude tag names.
5252

0 commit comments

Comments
 (0)