diff --git a/packages/dev/s2-docs/pages/react-aria/useKeyboard.mdx b/packages/dev/s2-docs/pages/react-aria/useKeyboard.mdx
index bfd9b51df0e..3081ade2f29 100644
--- a/packages/dev/s2-docs/pages/react-aria/useKeyboard.mdx
+++ b/packages/dev/s2-docs/pages/react-aria/useKeyboard.mdx
@@ -20,7 +20,7 @@ export const description = 'Handles keyboard interactions with improved event pr
+ Focus the text field and press Mod+S, ←, + or →. ← prevents the cursor from moving. → moves the + cursor and propagates to the parent. Press any other key to see unmatched events propagate. +
+