Skip to content

Commit 2abe33e

Browse files
committed
minor #20007 Fix name of a parameter (Huluti)
This PR was merged into the 7.1 branch. Discussion ---------- Fix name of a parameter <!-- 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 `7.x` for features of unreleased versions). --> Commits ------- 4ae7190 Update Url.rst
2 parents bd1af26 + 4ae7190 commit 2abe33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
315315

316316
.. versionadded:: 7.1
317317

318-
The ``requiredTld`` option was introduced in Symfony 7.1.
318+
The ``requireTld`` option was introduced in Symfony 7.1.
319319

320320
By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid
321321
because they are tecnically correct according to the `URL spec`_. If you set this option

0 commit comments

Comments
 (0)