We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136230f commit c56f912Copy full SHA for c56f912
cookbook/controller/service.rst
@@ -11,11 +11,11 @@ this works fine, controllers can also be specified as services.
11
12
.. note::
13
14
- Specifying a controller as a service takes a little bit more work. The
+ Specifying a controller as a service takes a bit more work. The
15
primary advantage is that the entire controller or any services passed to
16
the controller can be modified via the service container configuration.
17
This is especially useful when developing an open-source bundle or any
18
- bundle that will be used in many different projects.
+ bundle that will be used in different projects.
19
20
A second advantage is that your controllers are more "sandboxed". By
21
looking at the constructor arguments, it's easy to see what types of things
0 commit comments