We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a692ae commit e6b5085Copy full SHA for e6b5085
examples/simple/pages/_app.tsx
@@ -6,5 +6,5 @@ const MyApp = ({ Component, pageProps }: AppProps) => (
6
<Component {...pageProps} />
7
)
8
9
-// https://github.com/i18next/next-i18next#unserialisable-configs
+// https://github.com/i18next/next-i18next#unserializable-configs
10
export default appWithTranslation(MyApp /*, nextI18NextConfig */)
0 commit comments