Switch to side-by-side view

--- a/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/odbc-connector.html
+++ b/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/odbc-connector.html
@@ -94,14 +94,14 @@
                             </span>
                             <h4>Connection Configuration</h4>
                             <p>
-                                This connector provides differents configuration for differents type of database.
+                                This connector provides different configurations for different types of databases.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-power-switch" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Open Connection</h4>
                             <p>
-                                This connector provides a way to connect to a database with the configuration that was selected.
+                                This connector provides a way to connect to a database with the selected configuration.
                             </p>
                         </div>
                     </div>
@@ -110,14 +110,14 @@
                             <span class="lnr lnr-database" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Request to Database</h4>
                             <p>
-                                This connector permits to send SQL requests to your database and get result.
+                                This connector permits to send SQL requests to ODBC databases.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-menu-circle" style="font-size:40px; color:#988fff;margin-top: 30px; "></span>
                             <h4>Get Tables from Database</h4>
                             <p>
-                                The connector provides a service to show the structure of your database by display all tables .
+                                The connector provides a service to show the schema of the ODBC database by displaying all tables.
                             </p>
                         </div>
                     </div>
@@ -136,14 +136,14 @@
                         <h2>ODBC Connector</h2>
                         <br>
                         <p>
-                            The ODBC connector uses the Open Database Connectivity (ODBC) interface and provides standards configurations for database connection. 
+                            This connector uses the Open Database Connectivity (ODBC) interface and provides standards configurations for database connection. 
                             Any ODBC-compliant application can access any DBMS.
                         </p>
                         <p>
-                            The proposed API implements the standard ODBC functions (78) and additional specific ones. It ensures the conformance to ISO 92, 
-                            ODBC and the Open Group designations. Therefore, It contains all Minimum and Core SQL grammar and an extended set of statements and 
-                            datatypes that support common DBMS extensions (to SQL) to ensure the proper ODBC driver SQL conformance level. Hence, the vf-OS ODBC 
-                            connector offers access for MySQL, PostgreSQL, Oracle and DB2 DBMS. It proposes several options as:
+                            The proposed API implements the standard ODBC functions (78) and additional specific ones. This way, it ensures the conformance 
+                            to ISO 92, ODBC and the Open Group designations. Therefore, it contains all Minimum and Core SQL grammar and an extended set of 
+                            statements and datatypes that support common DBMS extensions (to SQL) to ensure the proper ODBC driver SQL conformance level. 
+                            Hence, the vf-OS ODBC connector offers access for MySQL, PostgreSQL, Oracle and DB2 DBMS. It proposes several options as:
                         </p>
                         <ul class="fa-ul">
                             <li><i class="fa-li fa fa-square"></i>Establishing connections</span> </li>
@@ -153,8 +153,8 @@
 
                         <p>
                             API Connector expose the capabilities of the underlying DBMSs and are not required to implement capabilities not supported by the DBMS. 
-                            Examples of technologies picked for the development of this API connector are: Yoeman, Loopback, Node.js mysql npm package, 
-                            Node.js nosql npm package.
+                            Examples of technologies picked for the development of this API connector are: Yeoman, Loopback, Node.js mysql npm package, Node.js nosql  
+                            npm package.
                         </p>
 
                     </div>