File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ this works fine, controllers can also be specified as services.
11
11
12
12
.. note ::
13
13
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
15
15
primary advantage is that the entire controller or any services passed to
16
16
the controller can be modified via the service container configuration.
17
17
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.
19
19
20
20
A second advantage is that your controllers are more "sandboxed". By
21
21
looking at the constructor arguments, it's easy to see what types of things
You can’t perform that action at this time.
0 commit comments