Skip to content

Commit f062ace

Browse files
committed
minor #21133 [Validator] Fix typo (pieterocp)
This PR was merged into the 7.2 branch. Discussion ---------- [Validator] Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Just a small typo for the 7.2 + 7.3 branches in the description of `requireTld`. (looks to be introduced in 7.1 but from my understanding of contributing notes, this is wholly unmaintained, hence pointing this at 7.2) Commits ------- e56a427 Fix typo
2 parents 74208ff + e56a427 commit f062ace

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)