From e6b5085b5e92004afa9516bd444b19b2c8cf5758 Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Sun, 19 Feb 2023 05:14:16 -0300 Subject: [PATCH] Fix typo (#2092) --- examples/simple/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */)