docs: Fix how Tailwind CSS is spelled (#16975)

Super pedantic (😬) but just a tiny PR to fix it: not "TailWind" or
"TailwindCSS" (without spaces).

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-08-27 18:19:25 -03:00 committed by GitHub
parent f39805d529
commit 7571b1d444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@
- [Scheme](./languages/scheme.md) - [Scheme](./languages/scheme.md)
- [Svelte](./languages/svelte.md) - [Svelte](./languages/svelte.md)
- [Swift](./languages/swift.md) - [Swift](./languages/swift.md)
- [TailwindCSS](./languages/tailwindcss.md) - [Tailwind CSS](./languages/tailwindcss.md)
- [Terraform](./languages/terraform.md) - [Terraform](./languages/terraform.md)
- [TOML](./languages/toml.md) - [TOML](./languages/toml.md)
- [TypeScript](./languages/typescript.md) - [TypeScript](./languages/typescript.md)

View file

@ -1,4 +1,4 @@
# TailWind CSS # Tailwind CSS
Tailwind CSS support is built into Zed. Tailwind CSS support is built into Zed.
@ -11,7 +11,7 @@ Tailwind CSS support is built into Zed.
TBD: Document Tailwind CSS Configuration TBD: Document Tailwind CSS Configuration
--> -->
Languages which can be used with Tailwind CSS in Zed Languages which can be used with Tailwind CSS in Zed:
- [Astro](./astro.md) - [Astro](./astro.md)
- [CSS](./css.md) - [CSS](./css.md)