Skip to content

Commit

Permalink
docs: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed May 15, 2024
1 parent 158b2dc commit c604b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default async function LocaleLayout({
}
```

Note that `NextIntlClientProvider` automatically inherits most configuration from `i18n.ts` here.
Note that `NextIntlClientProvider` automatically inherits configuration from `i18n.ts` here.

### `app/[locale]/page.tsx` [#page]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default async function RootLayout({
}
```

Note that `NextIntlClientProvider` automatically inherits most configuration from `i18n.ts` here.
Note that `NextIntlClientProvider` automatically inherits configuration from `i18n.ts` here.

### `app/page.tsx` [#page]

Expand Down

0 comments on commit c604b24

Please sign in to comment.