Skip to content

Commit bc2ed63

Browse files
authored
docs: fix typo in pluralization.md (#2184)
1 parent e8c8062 commit bc2ed63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/pluralization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here, we have an `en` locale object that has `car` and `apple`.
2323

2424
The `car` has `car | cars` pluralization message, while the `apple` has `no apples | one apple | {count} apples` pluralization message.
2525

26-
These plural messages are selected by the logic of the choice rule for each language in the translaton API according to the numeric value you specify at the translation API.
26+
These plural messages are selected by the logic of the choice rule for each language in the translation API according to the numeric value you specify at the translation API.
2727

2828
Vue I18n offers some ways to support pluralization. Here we’ll use the `$t`.
2929

0 commit comments

Comments
 (0)