Skip to content

Commit a28c4f0

Browse files
committed
Merge pull request laravel#604 from josegonzalez/patch-1
Fix mispelling. Closes laravel/laravel#2559
2 parents 0bead22 + 33c60fb commit a28c4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Translate a given language line. Alias of `Lang::get`.
273273

274274
### trans_choice
275275

276-
Tranlate a given language line with inflection. Alias of `Lang::choice`.
276+
Translate a given language line with inflection. Alias of `Lang::choice`.
277277

278278
$value = trans_choice('foo.bar', $count);
279279

0 commit comments

Comments
 (0)