--- a/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/step-connector.html
+++ b/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/step-connector.html
@@ -95,14 +95,14 @@
                             </span>
                             <h4>Read STEP File</h4>
                             <p>
-                                Permit to read a step file and return the body document in a String chain.
+                                Reads a STEP file and returns the body document as a String.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-indent-increase" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Read STEP File Part</h4>
                             <p>
-                                Permit to read only one part of the step file via the tags present in the step file.
+                                Reads only one part of the STEP file via the tags present in the STEP file.
                             </p>
                         </div>
                     </div>
@@ -111,14 +111,14 @@
                             <span class="lnr lnr-spell-check" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Check STEP File</h4>
                             <p>
-                                Permit to check the stepfile validity with some criterials.
+                                Checks the STEP file validity against a set of criteria.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-download" style="font-size:40px; color:#988fff;margin-top: 30px; "></span>
                             <h4>Easy Dockerised Deployment</h4>
                             <p>
-                                With its Docker format, the STEP Connector is very easy to deploy with only two command lines.
+                                As a Docker package, the STEP Connector is very easy to deploy in only two command lines.
                             </p>
                         </div>
                     </div>
@@ -138,24 +138,22 @@
                         <br>
                         <p>
                             The STEP File Connector is developed to import data from STEP files describing 3D models and allowing the use 
-                            of this format in vApps for collaborative engineering. The STEP Connector provides the means for vApps to 
-                            extract information about the different features from the STEP file (parts of the 3D model). This connector 
-                            provides the possibility to:
+                            of this format in vApps for collaborative engineering. The STEP Connector provides the means to extract information 
+                            about the different features from the STEP file (parts of the 3D model). This connector provides the possibility to:
                         </p>
                         <ul class="fa-ul">
                                 <li><i class="fa-li fa fa-square"></i>Load and read a Step file.</span> </li>
-                                <li><i class="fa-li fa fa-square"></i>Check his conformity with the standard label (ISO 10303)</span></li>
+                                <li><i class="fa-li fa fa-square"></i>Check its conformity against the standard label (ISO 10303)</span></li>
                             </ul>
                         <p>
-                            This connector will certify the conformity of the STEP file before using it. Moreover, every STEP file must 
-                            respect the ISO 10303 standard and must be compliant to the AP 238.
-                            AP-238 is the official ISO STEP number for the STEP-NC standard. In AP-238 the information required to control 
-                            a machine is linked to the information created by CAD and CAM systems to create a truly independent and fully 
-                            documented CNC control file. The vf-OS STEP connector implements some of the STEP-NC functionalities to get 
-                            information about data assembly, conventional machining and conventional measurements.                                 
-                        </p>
-                        <p>
-                            An example of technologies picked for the development of this API connector are: Yoeman, Loopback, Node-Step npm package.
+                            This connector checks the conformity of the STEP file before using it since every STEP file must be compliant with the 
+                            ISO 10303 standard, specifically the AP-238, which is the official ISO STEP number for the STEP-NC standard. 
+                            Within 10303: AP-238 the information required to control a machine is linked to the information created by CAD and CAM systems 
+                            to create a truly independent and fully documented CNC control file. The vf-OS STEP connector implements some of the STEP-NC 
+                            functionalities to get information about data assembly, conventional machining and conventional measurements.                         
+                        </p>
+                        <p>
+                            An example of technologies picked for the development of this API connector are: Yeoman, Loopback, and node-step npm package.
                         </p>
 
                     </div>