Skip to content

Commit 3f657ad

Browse files
committed
Fixes awkward wording in usage.rst
1 parent 806fc48 commit 3f657ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/translation/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ use for translation::
171171
Pluralized Translations
172172
-----------------------
173173

174-
Translations can be pluralized using `interval notations`_, the count can be
175-
provided using the `%count%` option::
174+
Translation messages can be pluralized using `interval notations`_, the count
175+
to dictate the message can be provided using the ``%count%`` option::
176176

177177
$translator->trans(
178178
'{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',

0 commit comments

Comments
 (0)