Skip to content

Commit d6ae7bb

Browse files
committed
-
1 parent 748f989 commit d6ae7bb

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
@@ -318,7 +318,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
318318
The ``requiredTld`` option was introduced in Symfony 7.1.
319319

320320
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
321+
because they are tecnically correct according to the `URL spec`_. If you set this option
322322
to ``true``, the host part of the URL will have to include a TLD (top-level domain
323323
names): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
324324

0 commit comments

Comments
 (0)