Skip to content

Commit e9301cb

Browse files
authored
Fix typo in createI18n (#1209)
* Fix typo in createI18n * Update general.md
1 parent 6fcf23c commit e9301cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.ja/api/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export declare function createI18n<Options extends I18nOptions = {}, Messages ex
1212

1313
**Details**
1414

15-
If you use Legacy API mode, you need toto specify [VueI18nOptions](legacy#vuei18noptions) and `legacy: true` option.
15+
If you use Legacy API mode, you need to specify [VueI18nOptions](legacy#vuei18noptions) and `legacy: true` option.
1616

1717
If you use composition API mode, you need to specify [ComposerOptions](composition#composeroptions).
1818

packages/vue-i18n-core/src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export function createI18n<
375375
* @returns {@link I18n} instance
376376
*
377377
* @remarks
378-
* If you use Legacy API mode, you need toto specify {@link VueI18nOptions} and `legacy: true` option.
378+
* If you use Legacy API mode, you need to specify {@link VueI18nOptions} and `legacy: true` option.
379379
*
380380
* If you use composition API mode, you need to specify {@link ComposerOptions}.
381381
*

0 commit comments

Comments
 (0)