From 956db2ec2ff29882b0a5a0ec99e968f7f33d5aff Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 14 Nov 2022 21:31:08 +0900 Subject: [PATCH] Fix typo in Model/Locale.php Europian -> European --- src/Appwrite/Utopia/Response/Model/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ])