Fix typo in Model/Locale.php

Europian -> European
This commit is contained in:
Ikko Ashimine
2022-11-14 21:31:08 +09:00
committed by GitHub
parent 02a432102d
commit 956db2ec2f
@@ -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,
])