From 9348ccfc3c40c22847a080c7f2e5a6bfc8a42bb4 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 8 Oct 2016 00:36:46 +0200 Subject: [PATCH] [#6938] tweak the wording a bit --- components/routing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/routing.rst b/components/routing.rst index 042bb28c820..942357f109e 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -520,10 +520,10 @@ You can also include UTF-8 strings as routing requirements: .. note:: - In Symfony 3.2 there is no need to set the ``utf8`` option explicitly. As - soon as Symfony finds a UTF-8 character in the route path or requirements, - it will turn the UTF-8 support automatically. However, this behaviour is - deprecated and setting the option will be required in Symfony 4.0. + In Symfony 3.2, there is no need to explicitly set the ``utf8`` option. + As soon as Symfony finds a UTF-8 character in the route path or requirements, + it will automatically turn on the UTF-8 support. However, this behavior + is deprecated and setting the option will be required in Symfony 4.0. Learn more ----------