Skip to content

Commit

Permalink
Fix another typo (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Dec 2, 2024
1 parent 7fcfe0f commit 111c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-base/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export interface MessageContext<T = string> {
* The message values.
*
* @remarks
* The message values are the argument values passed from translation fucntion, such as `$t`, `t`, or `translate`.
* The message values are the argument values passed from translation function, such as `$t`, `t`, or `translate`.
*
* @example
* vue-i18n `$t` (or `t`) case:
Expand Down

0 comments on commit 111c37f

Please # to comment.