--- a/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/lxp-connector.html
+++ b/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/lxp-connector.html
@@ -94,7 +94,7 @@
                             </span>
                             <h4>Connection to Database</h4>
                             <p>
-                                Provides a connection to Lxp Database that can be use to execute query.
+                                Provides a connection to an LXP database that can be used to execute queries.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
@@ -136,21 +136,20 @@
                         <h2>LXP Connector</h2>
                         <br>
                         <p>
-                            The LxP connector use the SQL Server database Connectivity interface and provides standards configurations for database connection.</br>
-                            The proposed API implements the standard SQL Server functions and added new ones. It ensures the conformance to ISO/CEI 25051 
-                            recommendations. 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. This connector offers several 
-                            options as: 
+                            The LXP connector uses the SQL Server database Connectivity interface and provides standards configurations for database connection.
+                            The proposed API implements the standard SQL Server functions and adds new ones while ensuring the conformance to ISO/CEI 25051 
+                            recommendations. Therefore, it contains all Minimum and Core SQL grammar and an extended set of statements and datatypes supporting 
+                            common DBMS extensions (to SQL) to ensure the proper ODBC driver  SQL conformance level. This connector offers several options as:
                         </p>
                         <ul class="fa-ul">
-                            <li><i class="fa-li fa fa-square"></i>User connection to LxP Database</span> </li>
-                            <li><i class="fa-li fa fa-square"></i>Change connection configuration (user, database, port, connectTimeout, ���)</span></li>
-                            <li><i class="fa-li fa fa-square"></i>SQL Request to the database (only data fetch for reliability constraints)</span></li>
-                            <li><i class="fa-li fa fa-square"></i>Basic errors handling (SQL Exceptions) for missing data and inconsistent data checking.</span></li>
+                            <li><i class="fa-li fa fa-square"></i>User connection to LXP Database.</span> </li>
+                            <li><i class="fa-li fa fa-square"></i>Change connection configuration (user, database, port, connectTimeout, ���).</span></li>
+                            <li><i class="fa-li fa fa-square"></i>SQL Request to the database (only data fetch for reliability constraints).</span></li>
+                            <li><i class="fa-li fa fa-square"></i>Basic error handling (SQL Exceptions) for missing data and inconsistent data checking.</span></li>
                         </ul>
                         <p>
-                            The proposed connector fetches the data and return it as JSON via a REST call. The technologies picked for the development 
-                            of this API connector are: Yeoman, Loopback, Node.js, mssql npm package, Microsoft SQL Server.
+                                The proposed connector fetches the data and return it as JSON via a REST call. The technologies picked for the development of 
+                                this API connector are: Yeoman, Loopback, Node.js, mssql npm package, and Microsoft SQL Server.
                         </p>
                     </div>
                     <div class="col-md-5">