You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2018/03/17 10:53:19 UTC

svn commit: r1827070 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

Author: mbrohl
Date: Sat Mar 17 10:53:19 2018
New Revision: 1827070

URL: http://svn.apache.org/viewvc?rev=1827070&view=rev
Log:
Improved: Fixed some typos.

Modified:
    ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc?rev=1827070&r1=1827069&r2=1827070&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc Sat Mar 17 10:53:19 2018
@@ -56,7 +56,7 @@ produces a set of output values.
 Services are programming-language-independent. It does not matter whether a
 service is implemented using Java, Groovy, Jython, or something else because
 services are an abstraction away from the underlying technology. This provides
-maximum flexibility for desingning business logic without worrying about
+maximum flexibility for designing business logic without worrying about
 interoperability between different languages.
 
 ==== Widget System
@@ -68,7 +68,7 @@ CSV or some other output format.
 
 However, the widget system allows users, if needed, to drop down to any
 platform-specific code and mix it with widget designs, thus providing a mix
-between ease of use, platform indepedendence and customizability.
+between ease of use, platform independence and customizability.
 
 ==== Data Model Library