Skip to content

Commit

Permalink
docs: Fix example using IntlProvider (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis authored Jan 5, 2025
1 parent e8cb2e1 commit 58bf55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/usage/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default async function RootLayout({children}) {
return (
<html lang={locale}>
<body>
<NextIntlClientProvider
<IntlProvider
locale={locale}
now={now}
timeZone={timeZone}
Expand Down

0 comments on commit 58bf55f

Please sign in to comment.