Skip to content

Commit d09a18f

Browse files
committed
Typo fix
1 parent 883c503 commit d09a18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You may then use the `Lang::choice` method to retrieve the line:
8585

8686
You may also suppy a locale argument to specify the language. For example, if you want to use the Russian (ru) language:
8787

88-
echo Lang::choice('{0} нет товаров|{1} товар', 1, array(), 'ru');
88+
echo Lang::choice('{0} нет товаров|{1} товар', 1, array(), 'ru');
8989

9090
Since the Laravel translator is powered by the Symfony Translation component, you may also create more explicit pluralization rules easily:
9191

0 commit comments

Comments
 (0)