Skip to content

Commit 6fcf23c

Browse files
authored
fix typo in legacy API (#1196)
In VueI18nResolveLocaleMessageTranslation
1 parent 041e60b commit 6fcf23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export interface VueI18nTranslation<
537537
* Resolve locale message translation functions for VueI18n legacy interfaces
538538
*
539539
* @remarks
540-
* This is the interface for {@link VueI18n}. This interfce is an alias of {@link ComposerResolveLocaleMessageTranslation}.
540+
* This is the interface for {@link VueI18n}. This interface is an alias of {@link ComposerResolveLocaleMessageTranslation}.
541541
*
542542
* @VueI18nLegacy
543543
*/

0 commit comments

Comments
 (0)