Skip to content

Commit

Permalink
Merge pull request #224 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
fix typo in Countries
  • Loading branch information
iamgergo committed Mar 5, 2024
2 parents 9d57cdb + 4ae159d commit 162b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public static function allByContient(): array
{
return [
__('Africa') => static::africa(),
__('Anctartica') => static::antarctica(),
__('Antarctica') => static::antarctica(),
__('Asia') => static::asia(),
__('Europe') => static::europe(),
__('North America') => static::northAmerica(),
Expand Down

0 comments on commit 162b7d7

Please sign in to comment.