diff --git a/src/Appwrite/Utopia/Response/Model/Locale.php b/src/Appwrite/Utopia/Response/Model/Locale.php index e883a76fd4..fdfa363acd 100644 --- a/src/Appwrite/Utopia/Response/Model/Locale.php +++ b/src/Appwrite/Utopia/Response/Model/Locale.php @@ -42,7 +42,7 @@ class Locale extends Model ]) ->addRule('eu', [ 'type' => self::TYPE_BOOLEAN, - 'description' => 'True if country is part of the Europian Union.', + 'description' => 'True if country is part of the European Union.', 'default' => false, 'example' => false, ])