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 ------------------------