Skip to content

Commit deaa5fc

Browse files
javiereguiluzweaverryan
authored andcommitted
Fixed typo
1 parent abc7cf3 commit deaa5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/service.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These are the main **drawbacks** of defining controllers as services:
3333
* The constructor of the controllers can rapidly become too complex because you
3434
must inject every single dependency needed by them.
3535
* 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.
36+
of the base controller and you must replace them with some lines of code.
3737

3838
The recommendation from the :doc:`best practices </best_practices/controllers>`
3939
is also valid for controllers defined as services: avoid putting your business

0 commit comments

Comments
 (0)