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

[WIP] Cookbook grammar and style fixes #4694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Style / grammar fixes for the controller chapter
  • Loading branch information
frne committed Dec 28, 2014
commit e1c0ec2cba90e92e044d4c6149b471736d735987
4 changes: 2 additions & 2 deletions 4 cookbook/controller/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ this works fine, controllers can also be specified as services.

.. note::

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
primary advantage is that the entire controller or any services passed to
the controller can be modified via the service container configuration.
This is especially useful when developing an open-source bundle or any
bundle that will be used in many different projects.
bundle that will be used in different projects.

A second advantage is that your controllers are more "sandboxed". By
looking at the constructor arguments, it's easy to see what types of things
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.