Skip to content

Commit 5c6822a

Browse files
authored
docs: Update code block line number in app-router.mdx (#2095)
1 parent 23703d9 commit 5c6822a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/getting-started/app-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = withNextIntl(nextConfig);
129129

130130
To make your request configuration available to Client Components, you can wrap the `children` in your root layout with `NextIntlClientProvider`.
131131

132-
```tsx filename="app/layout.tsx" {7}
132+
```tsx filename="app/layout.tsx" {11}
133133
import {NextIntlClientProvider} from 'next-intl';
134134

135135
type Props = {

0 commit comments

Comments
 (0)