Skip to content

Commit

Permalink
Fix typo in Translator code comment
Browse files Browse the repository at this point in the history
Fixes perfroming => performing
  • Loading branch information
caendesilva authored Oct 31, 2024
1 parent 942b5a0 commit 2207f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Translation/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function has($key, $locale = null, $fallback = true)
$locale = $locale ?: $this->locale;

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

Expand Down

0 comments on commit 2207f89

Please sign in to comment.