diff --git a/components/dependency_injection/autowiring.rst b/components/dependency_injection/autowiring.rst index fa26da24387..37ffceb8617 100644 --- a/components/dependency_injection/autowiring.rst +++ b/components/dependency_injection/autowiring.rst @@ -253,7 +253,7 @@ returning the result of the ROT13 transformation uppercased:: } } -This class is intended to decorate the any transformer and return its value uppercased. +This class is intended to decorate any transformer and return its value uppercased. We can now refactor the controller to add another endpoint leveraging this new transformer::