Skip to content

Commit f618cdb

Browse files
authored
Update max-attributes-per-line.md
1 parent 5b1b28f commit f618cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/max-attributes-per-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There is a configurable number of attributes that are acceptable in one-line cas
4848
{...attrs}
4949
disabled
5050
data-my-data="foo"
51-
>
51+
/>
5252
5353
<!-- ✗ BAD -->
5454
<input type="text" bind:value={text} {maxlength} {...attrs} readonly />

0 commit comments

Comments
 (0)