Skip to content

Replace an URL by a URL #17477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dom_crawler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down