We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
1 parent abc7cf3 commit deaa5fcCopy full SHA for deaa5fc
cookbook/controller/service.rst
@@ -33,7 +33,7 @@ These are the main **drawbacks** of defining controllers as services:
33
* The constructor of the controllers can rapidly become too complex because you
34
must inject every single dependency needed by them.
35
* The code of the controllers is more verbose because you can't use the shortcuts
36
- of the base controller and oyu must replace them with some lines of code.
+ of the base controller and you must replace them with some lines of code.
37
38
The recommendation from the :doc:`best practices </best_practices/controllers>`
39
is also valid for controllers defined as services: avoid putting your business
0 commit comments