diff --git a/examples/simple/pages/_app.tsx b/examples/simple/pages/_app.tsx index fce52948..dcf54a7f 100644 --- a/examples/simple/pages/_app.tsx +++ b/examples/simple/pages/_app.tsx @@ -6,5 +6,5 @@ const MyApp = ({ Component, pageProps }: AppProps) => ( ) -// https://github.com/i18next/next-i18next#unserialisable-configs +// https://github.com/i18next/next-i18next#unserializable-configs export default appWithTranslation(MyApp /*, nextI18NextConfig */)