Skip to content

Commit 111c37f

Browse files
authored
Fix another typo (#2041)
1 parent 7fcfe0f commit 111c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-base/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export interface MessageContext<T = string> {
276276
* The message values.
277277
*
278278
* @remarks
279-
* The message values are the argument values passed from translation fucntion, such as `$t`, `t`, or `translate`.
279+
* The message values are the argument values passed from translation function, such as `$t`, `t`, or `translate`.
280280
*
281281
* @example
282282
* vue-i18n `$t` (or `t`) case:

0 commit comments

Comments
 (0)