Skip to content

Commit ec00fa5

Browse files
authored
Update enforces-shorthand.md (#94)
Correct the example code
1 parent 533ed1b commit ec00fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/enforces-shorthand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If indeed, you are using the `classnames-order` rule, then it'll be automaticall
3333

3434
```js
3535
...
36-
"tailwindcss/no-custom-classname": [<enabled>, {
36+
"tailwindcss/enforces-shorthand": [<enabled>, {
3737
"callees": Array<string>,
3838
"config": <string>|<object>,
3939
"tags": Array<string>,

0 commit comments

Comments
 (0)