Skip to content

Commit 8ca0e51

Browse files
authored
Merge pull request #236 from MoPaMo/patch-1
Typo: change `built-it` to `built-in` in Docs
2 parents 0e66dac + 94786b1 commit 8ca0e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-intellisense/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Provides syntax definitions so that Tailwind features are highlighted correctly.
3434

3535
## Recommended VS Code Settings
3636

37-
VS Code has built-it CSS validation which may display errors when using Tailwind-specific syntax, such as `@apply`. You can disable this with the `css.validate` setting:
37+
VS Code has built-in CSS validation which may display errors when using Tailwind-specific syntax, such as `@apply`. You can disable this with the `css.validate` setting:
3838

3939
```
4040
"css.validate": false

0 commit comments

Comments
 (0)