diff --git a/website/docs/using-daypicker/selection-modes.mdx b/website/docs/using-daypicker/selection-modes.mdx index 4982ba9ae..beb796ad4 100644 --- a/website/docs/using-daypicker/selection-modes.mdx +++ b/website/docs/using-daypicker/selection-modes.mdx @@ -199,7 +199,7 @@ To disable specific days, use the `disabled` prop. The prop accepts a [`Matcher` ```tsx ```