Skip to content

Commit 0ef99e1

Browse files
committed
update readme
1 parent 68f2f1b commit 0ef99e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ VS Code has built-in CSS validation which may display errors when using Tailwind
4040
"css.validate": false
4141
```
4242

43-
By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience, particularly when editing Tailwind classes within JSX:
43+
By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience:
4444

4545
```
4646
"editor.quickSuggestions": {

0 commit comments

Comments
 (0)