Skip to content

Commit f09c528

Browse files
authored
Update pluralization.md (#2038)
Fix spelling errors in the word 'global'.
1 parent ed0af90 commit f09c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/pluralization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vue I18n offers some ways to support pluralization. Here we’ll use the `$t`.
3434
:::tip NOTE
3535
Some ways to support pluralization are:
3636

37-
- injected gloal `$t`
37+
- injected global `$t`
3838
- `v-t` custom directive
3939
- built-in Translation component (`i18n-t`)
4040
- exported `t` from `useI18n` (for Composition API mode)

0 commit comments

Comments
 (0)