Skip to content

Commit 3142660

Browse files
committed
fix: typo
1 parent 91989ae commit 3142660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ import { isEmptyObject } from './utils'
2626
* `I18nOptions` is inherited {@link ComposerOptions} and {@link VueI18nOptions}, so you can specify these options.
2727
*
2828
*/
29-
export interface I18nAddtionalOptions {
29+
export interface I18nAdditionalOptions {
3030
/**
3131
* Whether vue-i18n legacy API use on your Vue App.
3232
* @defaultValue `false`
3333
*/
3434
legacy?: boolean
3535
}
3636

37-
export type I18nOptions = I18nAddtionalOptions &
37+
export type I18nOptions = I18nAdditionalOptions &
3838
(ComposerOptions | VueI18nOptions)
3939

4040
/**

0 commit comments

Comments
 (0)