From 4ae71900e4ec8f6f162b8279c5059520c200cb78 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sun, 30 Jun 2024 21:42:49 +0200 Subject: [PATCH] Update Url.rst --- reference/constraints/Url.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Url.rst b/reference/constraints/Url.rst index b3a46d5aec4..f23bbf66a74 100644 --- a/reference/constraints/Url.rst +++ b/reference/constraints/Url.rst @@ -315,7 +315,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``). .. versionadded:: 7.1 - The ``requiredTld`` option was introduced in Symfony 7.1. + The ``requireTld`` option was introduced in Symfony 7.1. By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid because they are tecnically correct according to the `URL spec`_. If you set this option