Author: pderop
Date: Fri Mar 13 07:59:18 2015
New Revision: 1666366

URL: http://svn.apache.org/r1666366
Log:
Fixed some typos in the updates I made yesterday.

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext?rev=1666366&r1=1666365&r2=1666366&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
 Fri Mar 13 07:59:18 2015
@@ -198,8 +198,8 @@ Out of the box, there already is support
 
 Interestingly, you can also mix the usage of a Factory object and a 
Composition of objects returned by the Factory.
 The following is the same example as in the previous section (Composition), 
but using a Factory approach in order to instantiate a composition of objects: 
-The "ProviderFactory" is first injected with a Configuration that can be 
possibly be used to create
-and configure all the other objects that are part of the composition; each 
object will also injected with
+The "ProviderFactory" is first injected with a Configuration that can possibly 
be used to create
+and configure all the other objects that are part of the composition; each 
object will also be injected with
 the dependencies defined in the Activator.
 
     :::java


Reply via email to