Skip to content

Commit 61e221c

Browse files
authored
Fix typo in Translator code comment (#53366)
Fixes perfroming => performing
1 parent 942b5a0 commit 61e221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Translation/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function has($key, $locale = null, $fallback = true)
118118
$locale = $locale ?: $this->locale;
119119

120120
// We should temporarily disable the handling of missing translation keys
121-
// while perfroming the existence check. After the check, we will turn
121+
// while performing the existence check. After the check, we will turn
122122
// the missing translation keys handling back to its original value.
123123
$handleMissingTranslationKeys = $this->handleMissingTranslationKeys;
124124

0 commit comments

Comments
 (0)