Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit deaa5fc

Browse filesBrowse files
javiereguiluzweaverryan
authored andcommitted
Fixed typo
1 parent abc7cf3 commit deaa5fc
Copy full SHA for deaa5fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/controller/service.rst

Copy file name to clipboardExpand all lines: cookbook/controller/service.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.