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

Commit 043f852

Browse files
committed
Typos
1 parent 77cd0b4 commit 043f852

File tree

1 file changed

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

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,26 +380,29 @@ Here's what one of our dropdown examples looks like in our internal authoring fo
380380
class="block px-4 py-2 text-sm"
381381
x-active-class="bg-gray-100 text-gray-900"
382382
x-not-active-class="text-gray-700"
383-
>Account settings</a
384383
>
384+
Account settings
385+
</a>
385386
</x-menu-item>
386387
<x-menu-item>
387388
<a
388389
href="#"
389390
class="block px-4 py-2 text-sm"
390391
x-active-class="bg-gray-100 text-gray-900"
391392
x-not-active-class="text-gray-700"
392-
>Support</a
393393
>
394+
Support
395+
</a>
394396
</x-menu-item>
395397
<x-menu-item>
396398
<a
397399
href="#"
398400
class="block px-4 py-2 text-sm"
399401
x-active-class="bg-gray-100 text-gray-900"
400402
x-not-active-class="text-gray-700"
401-
>License</a
402403
>
404+
License
405+
</a>
403406
</x-menu-item>
404407
</div>
405408
</x-menu-items>
@@ -424,7 +427,7 @@ There's still some dark magic in there with regular expressions and all of the o
424427

425428
React and Vue support for Tailwind UI is going to be available to everyone on Wednesday April 14th — two days from now! It's a completely free update for all customers, you'll just see a new little dropdown appear in the UI for changing the snippet language and you'll be ready to go.
426429

427-
We'll also be releasing Headless UI v1.0 on the same day _(of course, since how else would this Tailwind UI stuff even work)_ along with a brand new documentation site, so even if you're not a Tailwind UI customer already and not ready to pick it up yet, there's gonna be lots of new free open-source goodies for you to play with.
430+
We'll also be releasing Headless UI v1.0 on the same day _(of course, since how else would this Tailwind UI stuff even work)_ along with a brand new documentation site, so even if you're not a Tailwind UI customer, there's gonna be lots of new free open-source goodies for you to play with.
428431

429432
Thanks as always to everyone supporting our work on this stuff — it's seriously a gift to get to work on tools like this for other developers every day and it brings us a ton of fulfillment to see people benefiting from what we build.
430433

0 commit comments

Comments
 (0)