Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7ec84f

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Fix typo
2 parents 0817e68 + bbaada7 commit b7ec84f

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

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

0 commit comments

Comments
 (0)