Skip to content

Commit 8554df1

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix typo
2 parents b08c612 + f062ace commit 8554df1

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
@@ -323,7 +323,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
323323
and will default to ``true`` in Symfony 8.0.
324324

325325
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
326+
because they are technically correct according to the `URL spec`_. If you set this option
327327
to ``true``, the host part of the URL will have to include a TLD (top-level domain
328328
name): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
329329

0 commit comments

Comments
 (0)