Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3079)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3080)
@@ -31,8 +31,9 @@
 * Rationale
 
-  Hard-coded file locations can be cumbersome under certain circumstances. You may
-  need to change the storage path on-the-fly or serve paths on a user/request
-  basis. you are able to calculate the absolute storage path as well as the responded
-  URL the way you want according to the underlying {{{connector.html}Connector}}.
+  In many situations it is not enough or not possible at all to store files within
+  the context. A connector establishes a bridge between the File Browser and 
+  a storage backend, it works as a transparent VFS or proxy which allows you to serve
+  from an arbitrary location like context, local FS, DB, NFS/SMB share, FTP and
+  so on.
 
 * The interface
