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 e1c0ec2

Browse filesBrowse files
committed
Style / grammar fixes for the controller chapter
1 parent 37a731e commit e1c0ec2
Copy full SHA for e1c0ec2

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎cookbook/controller/service.rst

Copy file name to clipboardExpand all lines: cookbook/controller/service.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ this works fine, controllers can also be specified as services.
1111

1212
.. note::
1313

14-
Specifying a controller as a service takes a little bit more work. The
14+
Specifying a controller as a service takes a bit more work. The
1515
primary advantage is that the entire controller or any services passed to
1616
the controller can be modified via the service container configuration.
1717
This is especially useful when developing an open-source bundle or any
18-
bundle that will be used in many different projects.
18+
bundle that will be used in different projects.
1919

2020
A second advantage is that your controllers are more "sandboxed". By
2121
looking at the constructor arguments, it's easy to see what types of things

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.