Skip to content

Commit 74d2938

Browse files
authored
[Intl] Fix typos
1 parent 735f543 commit 74d2938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/intl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ to catching the exception, you can also check if a given language code is valid:
110110

111111
$isValidLanguage = Languages::exists($languageCode);
112112

113-
Or if you have a alpha3 language code you want to check::
113+
Or if you have an alpha3 language code you want to check::
114114

115115
$isValidLanguage = Languages::alpha3CodeExists($alpha3Code);
116116

@@ -209,7 +209,7 @@ to catching the exception, you can also check if a given country code is valid::
209209

210210
$isValidCountry = Countries::exists($alpha2Code);
211211

212-
Or if you have a alpha3 country code you want to check::
212+
Or if you have an alpha3 country code you want to check::
213213

214214
$isValidCountry = Countries::alpha3CodeExists($alpha3Code);
215215

0 commit comments

Comments
 (0)