From: Chuck Hagenbuch Date: Fri, 16 Oct 2009 22:22:46 +0000 (-0400) Subject: A few style/spelling tweaks X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=170b2a03784263934be7a9e4b6229465955545c0;p=horde.git A few style/spelling tweaks --- diff --git a/framework/Injector/doc/Horde/Injector/usage.txt b/framework/Injector/doc/Horde/Injector/usage.txt index 19c9be1bf..a910798e2 100644 --- a/framework/Injector/doc/Horde/Injector/usage.txt +++ b/framework/Injector/doc/Horde/Injector/usage.txt @@ -133,7 +133,7 @@ Default Binders =============== Horde_Injector comes with two default Binder implementations so that -you don't have to define you own binders. +you don't have to define your own binders. Lets look at the factory binder first: @@ -166,7 +166,7 @@ Lets look at the factory binder first: Hello Bob This time the Factory in the example above really pulls a dependency: -A person. We explicitly registered the string "Bob" with the injector +a person. We explicitly registered the string "Bob" with the injector and associated it with the interface name "Person". The Horde_Injector_Binder_Factory binder can be registered with the