From d60e4f68b6e49299b2b57e4216d81379745ef639 Mon Sep 17 00:00:00 2001 From: fancyweb Date: Thu, 18 Jul 2019 15:48:27 +0200 Subject: [PATCH] [Routing] Be consistent in custom route loader doc --- routing/custom_route_loader.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index 748558a3c78..ebd24d80b14 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -139,8 +139,8 @@ extend or implement any special class, but the called method must return a .. versionadded:: 4.3 - The support of the ``__invoke()`` method to create invokable route loader - services was introduced in Symfony 4.3. + The support of the ``__invoke()`` method to create invokable service route + loaders was introduced in Symfony 4.3. Creating a custom Loader ------------------------