Skip to content

Commit 23b5532

Browse files
Update enforces-shorthand.md
1 parent ed46153 commit 23b5532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/enforces-shorthand.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Examples of **correct** code for this rule:
1818

1919
#### Limitations
2020

21-
At the moment, the rule will not merge mixed classnames (e.g. using regular values AND arbitrary value).
21+
At the moment, the rule will not merge mixed classnames (e.g. using regular values AND arbitrary values).
2222

2323
```html
2424
<div class="border-t-[0] border-r-0 border-b-0 border-l-[0]">
25-
won't be converted to boredr-0 shorthand
25+
won't be converted to border-0 shorthand
2626
</div>
2727
```
2828

0 commit comments

Comments
 (0)