diff --git a/src/pages/docs/hover-focus-and-other-states.mdx b/src/pages/docs/hover-focus-and-other-states.mdx
index 438296ccb..48a8e4fac 100644
--- a/src/pages/docs/hover-focus-and-other-states.mdx
+++ b/src/pages/docs/hover-focus-and-other-states.mdx
@@ -1935,7 +1935,7 @@ A quick reference table of every single modifier included in Tailwind by default
| contrast-more | @media (prefers-contrast: more)
|
| contrast-less | @media (prefers-contrast: less)
|
| print | @media print
|
-| supports-[…] | @supports (…)
|
+| supports-[…] | @supports (…)
|
| aria-checked | &[aria-checked="true"]
|
| aria-disabled | &[aria-disabled="true"]
|
| aria-expanded | &[aria-expanded="true"]
|