diff --git a/stories/props/date.mdx b/stories/props/date.mdx
index f551d2feb..cfaf26bc7 100644
--- a/stories/props/date.mdx
+++ b/stories/props/date.mdx
@@ -5,13 +5,13 @@ import LinkTo from '@storybook/addon-links/react'
- type: `instanceOf(Date)`
- default: `new Date()`
-- controlled by: onNavigate
+- controlled by: onNavigate
The current date value of the calendar. Determines the visible view range.
If `date` is omitted then the result of getNow is used; otherwise the
current date is used.
-This is a controllable prop, when using onNavigate
+This is a controllable prop, when using onNavigate