Skip to content

Commit c0edcfc

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

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
@@ -120,10 +120,10 @@ Ignore tags from applying this rule.
120120
```vue
121121
<template>
122122
<!-- ✓ GOOD -->
123-
<custom-component custom-prop="prop" />
123+
<custom-component my-prop="prop" />
124124
125125
<!-- ✗ BAD -->
126-
<my-component custom-prop="prop" />
126+
<my-component my-prop="prop" />
127127
</template>
128128
```
129129

0 commit comments

Comments
 (0)