Commit 09a5fe34 authored by Chris Johnson's avatar Chris Johnson Committed by Fabien Potencier

Update service_controller.rst

The word "it's" is a contraction for "it is".  "Its" is a possessive pronoun.
parent 6fdeeba8
......@@ -15,7 +15,7 @@ Why would I want to do this?
Using this method, you can inject the actual dependencies required by your
controller and gain total inversion of control, while still maintaining the
lazy loading of your controllers and it's dependencies. Because your
lazy loading of your controllers and its dependencies. Because your
dependencies are clearly defined, they are easily mocked, allowing you to test
your controllers in isolation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment