Skip to content

Commit f225c62

Browse files
committed
Tweak wording
1 parent 03441df commit f225c62

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
@@ -41,7 +41,7 @@ You may also configure a "fallback language", which will be used when the active
4141

4242
'fallback_locale' => 'en',
4343

44-
You check which locale is currently being used by calling the `isLocale` method on the `App` [facade](/docs/{{version}}/facades):
44+
You may check if a given locale is currently being used by calling the `isLocale` method on the `App` [facade](/docs/{{version}}/facades):
4545

4646
if (App::isLocale('en')) {
4747
//

0 commit comments

Comments
 (0)