Skip to content

Commit 64d0385

Browse files
committed
minor #15104 [Intl] Fix typos (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Intl] Fix typos <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 74d2938 [Intl] Fix typos
2 parents 3911686 + 74d2938 commit 64d0385

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)