--- a/components-for-industry/application-services-and-middleware/data-management/data-storage.html
+++ b/components-for-industry/application-services-and-middleware/data-management/data-storage.html
@@ -110,7 +110,7 @@
                             <span class="lnr lnr-cog" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Use standard components</h4>
                             <p>
-                                Makes use of popular open source projects: <em>PostgreSQL</em>, <em>MongoDB</em> and <em>InfluxDB</em> and <em>RESTHeart</em>.
+                                Makes use of popular open source projects: PostgreSQL, MongoDB, InfluxDB and RESTHeart.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
@@ -135,23 +135,22 @@
                     <div class="col-md-7 mt-sm-20 left-align-p">
                         <h2>Data Storage</h2>
                         <br>
-                        <p>The Document Oriented Data Storage component implements a scalable data storage system oriented to the storage of
-                        heterogeneous information.</p>
+                        <p>The Data Storage component implements a scalable data storage system oriented to the storage of heterogeneous information.</p>
 
                         <p>It offers 3 sub-components oriented to an optimal storage of different types of information:</p>
 
                         <ul class="fa-ul">
-                            <li><i class="fa-li fa fa-square"></i>Structured data</span> </li>
-                            <li><i class="fa-li fa fa-square"></i>Semi-structured data (xml, JSON, etc.)</span></li>
+                            <li><i class="fa-li fa fa-square"></i>Structured data (relational databases)</span> </li>
+                            <li><i class="fa-li fa fa-square"></i>Semi-structured data (XML, JSON, etc.)</span></li>
                             <li><i class="fa-li fa fa-square"></i>Times series data</span></li>
                         </ul>
 
                         <p>The component provides a set of functionalities that can be grouped as follows:</p>
 
                         <ul class="fa-ul">
-                            <li><i class="fa-li fa fa-square"></i><em>Database management:</em> It manages the databases, allowing to creating and dropping a database. It also allows making general queries on the structures in each database.</span> </li>
+                            <li><i class="fa-li fa fa-square"></i><em>Database management:</em> It manages the databases, allowing to create and drop a database. It also allows making general queries on the structures in each database.</span> </li>
                             <li><i class="fa-li fa fa-square"></i><em>Data structures management:</em> It manages the data structures in each database. The data structures are tables, views, collections, schemas, indexes, retention policies, continuous queries... It allows creating, deleting and modifying data structures.</span></li>
-                            <li><i class="fa-li fa fa-square"></i><em>Entities management:</em> It manages the entities. The entities are the real data to be stored. It allows inserting, updating, deleting and querying data in the databases.</span></li>
+                            <li><i class="fa-li fa fa-square"></i><em>Entities management:</em> It manages the entities, which are the real data to be stored. It allows inserting, updating, deleting and querying data in the databases.</span></li>
                         </ul>
 
                         <p>All these features are accessible via REST.</p>