Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 2190)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 2191)
@@ -82,5 +82,5 @@
   interfaces the way it fits best in your environment.
 
-  Supply the fully-qualified class names of the implemented classes as described
+  Supply the fully-qualified class names of the implementing classes as described
   in the {{{properties.html}configuration settings}}.
 
Index: /FCKeditor.Java/trunk/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/index.apt	(revision 2190)
+++ /FCKeditor.Java/trunk/src/site/apt/index.apt	(revision 2191)
@@ -45,5 +45,5 @@
 Call To Action
 
-  Help us to improve the FCKeditor.Java Integration!
+  Help us improve the FCKeditor.Java Integration!
 
   If you think this documentation, the Java library or anything else is lacking 
Index: /FCKeditor.Java/trunk/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2190)
+++ /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2191)
@@ -55,5 +55,5 @@
                  start of your web application. If you don't have a kind of 
                  an 'initialization' servlet, where you could place the 
-                 <<<PropertiesLoader>>> calls, we suggest you to write your own 
+                 <<<PropertiesLoader>>> calls, we suggest for you to write your own 
                  <<<ServletContextListener>>>. So you guarantee, you call the 
                  <<<PropertiesLoader>>> <before> the <<<ConnectorServlet>>> is
Index: /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt	(revision 2190)
+++ /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt	(revision 2191)
@@ -28,16 +28,16 @@
   section.
 
-    [Hint:] This part of the documentation is just for people who are familiar
-            with Velocity or FreeMarker. It's just a hint for an approach how to
-            use the Java Integration Pack with these template engines!
+    [Hint:] This part of the documentation is just for those who are familiar
+            with Velocity or FreeMarker. It's just a hint for an approach on how
+            to use the Java Integration Pack with these template engines!
 
   The required jars are <<<velocity-1.x.x.jar>>> or <<<freemarker-2.x.jar>>> in 
   order to work with Velocity or FreeMarker respectively and <<<commons-collections.jar>>>
-  has also to be available for Velocity. Drop the required jar files in your classpath
+  also has to be available for Velocity. Drop the required jar files in your classpath
   (usually <<<WEB-INF/lib>>>).
   
   The main class that builds the html for the editor is {{{java-core/apidocs/net/fckeditor/FCKeditor.html}<<<net.fckeditor.FCKeditor>>>}}.
   We propose to write a wrapper object to initialize the FCKeditor object.\
-  Have a look at this very simple example:
+  Take a look at this very simple example:
   
 +------------------------------------------------------------------------------+
@@ -57,5 +57,5 @@
 +------------------------------------------------------------------------------+
 
-  Let's assume you add a <<<FCKeditorWrapper>>> instance named 'DefaultEditor' 
+  Let's assume you add a <<<FCKeditorWrapper>>> instance called <editor> 
   to your context objects, then you just need the following minimal template 
   example (Velocity):
