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.
2 parents 0817e68 + bbaada7 commit b7ec84fCopy full SHA for b7ec84f
reference/constraints/Url.rst
@@ -319,7 +319,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
319
and will default to ``true`` in Symfony 8.0.
320
321
By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid
322
-because they are tecnically correct according to the `URL spec`_. If you set this option
+because they are technically correct according to the `URL spec`_. If you set this option
323
to ``true``, the host part of the URL will have to include a TLD (top-level domain
324
name): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
325
0 commit comments