Skip to content

Commit e6b5085

Browse files
authored
Fix typo (#2092)
1 parent 6a692ae commit e6b5085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const MyApp = ({ Component, pageProps }: AppProps) => (
66
<Component {...pageProps} />
77
)
88

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

0 commit comments

Comments
 (0)