Skip to content

Commit

Permalink
types: fix typo in CustomInstanceExtensions (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Jan 20, 2024
1 parent 26f83a8 commit c58ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare module 'i18next' {
// interface i18n {
// reportNamespaces?: ReportNamespaces;
// }
interface CustomInstanceExtenstions {
interface CustomInstanceExtensions {
reportNamespaces?: ReportNamespaces;
}
}
Expand Down

0 comments on commit c58ba2a

Please sign in to comment.