Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 452f5a7

Browse files
committed
Typo
1 parent c97c578 commit 452f5a7

File tree

1 file changed

+1
-1
lines changed
  • src/pages/building-react-and-vue-support-for-tailwind-ui

1 file changed

+1
-1
lines changed

src/pages/building-react-and-vue-support-for-tailwind-ui/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To me, something about doing all of this for people felt like going too far, at
217217

218218
I wrestled with it for a long time, but ultimately decided that right now we were trying to solve two main problems:
219219

220-
1. **Give people code using the syntax they actually need**, like giving React users JSX instead of HTML so they don't have to manually convert things like `for` to `labelFor`.
220+
1. **Give people code using the syntax they actually need**, like giving React users JSX instead of HTML so they don't have to manually convert things like `for` to `htmlFor`.
221221
2. **Make the interactive elements work out of the box**, so dropdowns, mobile menus, toggles, and everything else was ready to go, instead of having to write all of that boilerplate JS yourself.
222222

223223
I decided that the right solution was to focus on solving those problems, and be careful not to do anything that would turn Tailwind UI into a different product.

0 commit comments

Comments
 (0)