Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Apr 8, 2024
1 parent 5c8572e commit ae128f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/PathType.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum PathType: string

private const PHRASES = [
self::STORE_CODE => 'Store Code',
self::COUNTRY_CODEe => 'Country Code',
self::COUNTRY_CODE => 'Country Code',
self::LANGUAGE_CODE => 'Language Code',
self::LOCALE_UNDERSCORE => 'Locale Code (_)',
self::LOCALE_HYPHEN => 'Locale Code (-)',
Expand Down

0 comments on commit ae128f9

Please # to comment.