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 74208ff commit e56a427Copy full SHA for e56a427
reference/constraints/Url.rst
@@ -323,7 +323,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
323
and will default to ``true`` in Symfony 8.0.
324
325
By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid
326
-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
327
to ``true``, the host part of the URL will have to include a TLD (top-level domain
328
name): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
329
0 commit comments