We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748f989 commit d6ae7bbCopy full SHA for d6ae7bb
reference/constraints/Url.rst
@@ -318,7 +318,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
318
The ``requiredTld`` option was introduced in Symfony 7.1.
319
320
By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid
321
-because they are tecnically valid according to the `URL spec`_. If you set this option
+because they are tecnically correct according to the `URL spec`_. If you set this option
322
to ``true``, the host part of the URL will have to include a TLD (top-level domain
323
names): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
324
0 commit comments