From 8a7ece73772e526a41af63f45a2a44aa24adb9aa Mon Sep 17 00:00:00 2001 From: Hereward Date: Fri, 27 Feb 2026 11:28:04 +0000 Subject: [PATCH] fix: typo "childrden" corrected to "children" --- app/datepicker/tutorials/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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