mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix typo in Model/Locale.php
Europian -> European
This commit is contained in:
@@ -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,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user