Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Dec 2, 2024
1 parent f09c528 commit 377ed12
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 @@ -281,7 +281,7 @@ export interface MessageContext<T = string> {
* @example
* vue-i18n `$t` (or `t`) case:
* ```html
* <p>{{ $t('greeting', { name: 'DIO' }) }}</p> <!-- `{ name: 'DIO' }` is message vlaues -->
* <p>{{ $t('greeting', { name: 'DIO' }) }}</p> <!-- `{ name: 'DIO' }` is message values -->
* ```
*
* `@intlify/core` (`@intlify/core-base`) `translate` case:
Expand Down

0 comments on commit 377ed12

Please sign in to comment.