From c58ba2a8dc9a5c66c56cf9fb9f1ccf276a43d141 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:04:07 +0100 Subject: [PATCH] types: fix typo in `CustomInstanceExtensions` (#1713) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 9de94f752..7ad186cc5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -37,7 +37,7 @@ declare module 'i18next' { // interface i18n { // reportNamespaces?: ReportNamespaces; // } - interface CustomInstanceExtenstions { + interface CustomInstanceExtensions { reportNamespaces?: ReportNamespaces; } }