Skip to content

Commit f3d4687

Browse files
committed
minor #6570 Fix typo (jdreesen)
This PR was merged into the 2.8 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8+ | Fixed tickets | none Commits ------- dc0397d Fix typo
2 parents cc1e804 + dc0397d commit f3d4687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ returning the result of the ROT13 transformation uppercased::
253253
}
254254
}
255255

256-
This class is intended to decorate the any transformer and return its value uppercased.
256+
This class is intended to decorate any transformer and return its value uppercased.
257257

258258
We can now refactor the controller to add another endpoint leveraging this new
259259
transformer::

0 commit comments

Comments
 (0)