Skip to content

Commit e8391c0

Browse files
committed
minor #17477 Replace an URL by a URL (alamirault)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Replace an URL by a URL Same changes than PR symfony/symfony#48351 in docs Fix misspelling. Replace "an" by "a". Although the U at the first of URL is a vowel, the abbreviation is pronounced “you-are-ell.” Because the letter Y is a consonant in this case, use a rather than an. [Which-is-correct-a-URL-or-an-URL](https://www.techtarget.com/whatis/feature/Which-is-correct-a-URL-or-an-URL) Commits ------- 26b4ef1 Replace an URL by a URL
2 parents fbf663f + 26b4ef1 commit e8391c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Resolving a URI
647647

648648
The :class:`Symfony\\Component\\DomCrawler\\UriResolver` helper class was added in Symfony 5.1.
649649

650-
The :class:`Symfony\\Component\\DomCrawler\\UriResolver` class takes an URI
650+
The :class:`Symfony\\Component\\DomCrawler\\UriResolver` class takes a URI
651651
(relative, absolute, fragment, etc.) and turns it into an absolute URI against
652652
another given base URI::
653653

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ package:
23592359

23602360
.. note::
23612361

2362-
If an URL is set, the JSON manifest is downloaded on each request using the `http_client`_.
2362+
If a URL is set, the JSON manifest is downloaded on each request using the `http_client`_.
23632363

23642364
.. _reference-assets-strict-mode:
23652365

0 commit comments

Comments
 (0)