1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
])