Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amitayh committed Jan 25, 2012
1 parent 9bc692f commit 26bef8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ We have obviously barely scratched the surface of what you can do with the
container: from class names as parameters, to overriding existing object
definitions, from scope support to dumping a container to a plain PHP class,
and much more. The Symfony dependency injection container is really powerful
and is able to manage any kind of PHP classes.
and is able to manage any kind of PHP class.

Don't yell at me if you don't want to have a dependency injection container in
your framework. If you don't like it, don't use it. It's your framework, not
Expand All @@ -249,7 +249,7 @@ Have fun!

*P.S.:* If there is enough interest (leave a comment on this post), I might
write some more articles on specific topics (using a configuration file for
routing, using HttpKernel debugging tools, using the build-in client to
routing, using HttpKernel debugging tools, using the built-in client to
simulate a browser are some of the topics that come to my mind for instance).

.. _`Pimple`: https://github.com/fabpot/Pimple
Expand Down

0 comments on commit 26bef8d

Please sign in to comment.