Skip to content

Commit b8b55dc

Browse files
authored
Fix typo (#2192)
1 parent d050bf3 commit b8b55dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/tailwindcss-v4-1/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ Yes, some people disable JavaScript and now you can tell them your app doesn't w
867867
<div class="hidden noscript:block">Please enable JavaScript to use this app.</div>
868868
```
869869

870-
You could already do this with the `<noscript>` tag but now you can do it with CSS too, which Tailwind let's you write in your HTML, so… yeah.
870+
You could already do this with the `<noscript>` tag but now you can do it with CSS too, which Tailwind lets you write in your HTML, so… yeah.
871871

872872
---
873873

0 commit comments

Comments
 (0)