Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Oct 1, 2023
1 parent 6f1cfa8 commit 236dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/app-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function SubLayout({ children }: { children: ReactElement }) {
}
```

You can also provide a `fallback` component prop to show while waiting for the locale to load, and a `fallbackLocale` prop to specify a locale to fallback on if a key has not been translated.
You can also provide a `fallback` component prop to show while waiting for the locale to load.

### Setup middleware

Expand Down

0 comments on commit 236dab7

Please sign in to comment.