Skip to content

Commit c56f912

Browse files
frnejaviereguiluz
authored andcommitted
Style / grammar fixes for the controller chapter
1 parent 136230f commit c56f912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/controller/service.rst

Lines 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)