diff --git a/i18next/i18next.d.ts b/i18next/i18next.d.ts index 54bd439f47..512b3fdd4b 100644 --- a/i18next/i18next.d.ts +++ b/i18next/i18next.d.ts @@ -126,4 +126,4 @@ interface JQuery { i18n: (options?: I18nextOptions) => void; } -declare var i18next: I18nextStatic; +declare var i18n: I18nextStatic;