From 4ae159dd0d2ae0227d8a2648653996d40f24a229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 5 Mar 2024 08:15:07 +0100 Subject: [PATCH] fix typo in Countries --- src/Support/Countries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/Countries.php b/src/Support/Countries.php index 6ca19757..0068c85b 100644 --- a/src/Support/Countries.php +++ b/src/Support/Countries.php @@ -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(),