From 2d0a8922540fa49469269e3633f3c7d84bbc3e17 Mon Sep 17 00:00:00 2001 From: KonRatt <65774447+KonRatt@users.noreply.github.com> Date: Fri, 9 May 2025 11:14:29 +0200 Subject: [PATCH] docs: fix typo in pluralization.md --- docs/guide/essentials/pluralization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/pluralization.md b/docs/guide/essentials/pluralization.md index b8d9ee202..15a063d99 100644 --- a/docs/guide/essentials/pluralization.md +++ b/docs/guide/essentials/pluralization.md @@ -23,7 +23,7 @@ Here, we have an `en` locale object that has `car` and `apple`. The `car` has `car | cars` pluralization message, while the `apple` has `no apples | one apple | {count} apples` pluralization message. -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. +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. Vue I18n offers some ways to support pluralization. Here we’ll use the `$t`.