Skip to content

Commit

Permalink
Update pluralization.md (#2038)
Browse files Browse the repository at this point in the history
Fix spelling errors in the word 'global'.
  • Loading branch information
PuppyOne authored Nov 29, 2024
1 parent ed0af90 commit f09c528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/pluralization.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Vue I18n offers some ways to support pluralization. Here we’ll use the `$t`.
:::tip NOTE
Some ways to support pluralization are:

- injected gloal `$t`
- injected global `$t`
- `v-t` custom directive
- built-in Translation component (`i18n-t`)
- exported `t` from `useI18n` (for Composition API mode)
Expand Down

0 comments on commit f09c528

Please sign in to comment.