diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index e39a04224e5..14dee197db6 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -647,7 +647,7 @@ Resolving a URI The :class:`Symfony\\Component\\DomCrawler\\UriResolver` helper class was added in Symfony 5.1. -The :class:`Symfony\\Component\\DomCrawler\\UriResolver` class takes an URI +The :class:`Symfony\\Component\\DomCrawler\\UriResolver` class takes a URI (relative, absolute, fragment, etc.) and turns it into an absolute URI against another given base URI:: diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 06df82f51ef..fcbf68d1609 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2359,7 +2359,7 @@ package: .. note:: - If an URL is set, the JSON manifest is downloaded on each request using the `http_client`_. + If a URL is set, the JSON manifest is downloaded on each request using the `http_client`_. .. _reference-assets-strict-mode: