Skip to content

Commit

Permalink
Fix typo (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodaNoel committed Feb 19, 2023
1 parent 6a692ae commit e6b5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/pages/_app.tsx
Expand Up @@ -6,5 +6,5 @@ const MyApp = ({ Component, pageProps }: AppProps) => (
<Component {...pageProps} />
)

// https://github.com/i18next/next-i18next#unserialisable-configs
// https://github.com/i18next/next-i18next#unserializable-configs
export default appWithTranslation(MyApp /*, nextI18NextConfig */)

0 comments on commit e6b5085

Please sign in to comment.