diff --git a/app/datepicker/tutorials/page.mdx b/app/datepicker/tutorials/page.mdx index b619d1c..d624f4a 100644 --- a/app/datepicker/tutorials/page.mdx +++ b/app/datepicker/tutorials/page.mdx @@ -26,7 +26,7 @@ const { data, propsGetters } = useDatePicker({ - {childrden} + {children} // children of the DatePickerProvider will have access full functionality // through useDatePickerContext hook @@ -45,7 +45,7 @@ const dpState = useDatePickerState({ - {childrden} + {children} // children of the DatePickerStateProvider will have access to the dpState // you can use modular hooks with Context prefix useContextCalendars