diff --git a/src/pages/docs/hover-focus-and-other-states.mdx b/src/pages/docs/hover-focus-and-other-states.mdx
index 48a8e4fac..e34d9cbce 100644
--- a/src/pages/docs/hover-focus-and-other-states.mdx
+++ b/src/pages/docs/hover-focus-and-other-states.mdx
@@ -1400,6 +1400,7 @@ By default we've included modifiers for the most common boolean ARIA attributes:
| Modifier | CSS |
| --- | --- |
+| aria-busy
| &[aria-busy="true"]
|
| aria-checked
| &[aria-checked="true"]
|
| aria-disabled
| &[aria-disabled="true"]
|
| aria-expanded
| &[aria-expanded="true"]
|