diff --git a/examples/with-tailwindcss/styles/index.css b/examples/with-tailwindcss/styles/index.css index 9dcb43d4b37a9..e668c3b2e8a8a 100644 --- a/examples/with-tailwindcss/styles/index.css +++ b/examples/with-tailwindcss/styles/index.css @@ -6,7 +6,7 @@ @tailwind components; /* Stop purging. */ -/* Write you own custom component styles here */ +/* Write your own custom component styles here */ .btn-blue { @apply bg-blue-500 text-white font-bold py-2 px-4 rounded; }