@@ -122,4 +122,4 @@ Check it out [here](https://marketplace.visualstudio.com/items?itemName=moalamri
### Prettier plugin
Tailwind now has prettier support! 🎉 This [prettier plugin](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) will order your classnames for you.
-We’d highly recommend it for the sake of consistency. The Tailwind docs even have a guide [here](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier).
+We'd highly recommend it for the sake of consistency. The Tailwind docs even have a guide [here](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier).
diff --git a/packages/tailwind/src/_docs/pages/working-with-tailwind.mdx b/packages/tailwind/src/_docs/pages/working-with-tailwind.mdx
index 757b5fbd846..c45b3590987 100644
--- a/packages/tailwind/src/_docs/pages/working-with-tailwind.mdx
+++ b/packages/tailwind/src/_docs/pages/working-with-tailwind.mdx
@@ -16,7 +16,7 @@ This page describes and demonstrates the main intended use cases for this packag
## Spacing and layouts
-For information about Cultureamp's spacing and layout system in general, see [here](/story/systems-layout-and-spacing--page)
+For information about Cultureamp's spacing and layout system in general, see [here](/story/systems-layout-and-spacing--page).
When building a page, ideally [Kaizen](https://github.com/cultureamp/kaizen-design-system) components should be used as much as possible, with the front-end engineer responsible for the spacing between them. In these cases, our Tailwind preset makes it easy by adding our spacing tokens to Tailwind's core spacing modules.
@@ -46,7 +46,7 @@ In this example, a Tailwind css rule is being applied to a Kaizen `
`
-- first-letter:capitalize: Adds text-transform: capitalize on the first-letter pseudo selector
+- `first-letter:capitalize`: Adds text-transform: capitalize on the first-letter pseudo selector