We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8572e commit ae128f9Copy full SHA for ae128f9
Model/Config/PathType.php
@@ -20,7 +20,7 @@ enum PathType: string
20
21
private const PHRASES = [
22
self::STORE_CODE => 'Store Code',
23
- self::COUNTRY_CODEe => 'Country Code',
+ self::COUNTRY_CODE => 'Country Code',
24
self::LANGUAGE_CODE => 'Language Code',
25
self::LOCALE_UNDERSCORE => 'Locale Code (_)',
26
self::LOCALE_HYPHEN => 'Locale Code (-)',
0 commit comments