diff --git a/wiki/pages/hardware.html b/wiki/pages/hardware.html
index 42ae2d350b5bb8b1e42f36753d3bb84f12362fc4..e8ff3d1e1fd2a9af2b9c647a4f76aa62467084c8 100644
--- a/wiki/pages/hardware.html
+++ b/wiki/pages/hardware.html
@@ -95,7 +95,7 @@
       <div class="row mt-4">
         <div class="col-lg-12">
           <h3>Part 2: Control module</h3>
-          <p style="text-indent: 20px;">TThe control module serves as the central processing unit of the system, integrating an Arduino Uno R3 with the ATmega 328P processor. This combination allows for precise management of the device's operations. We have implemented three distinct intensity modes—low, medium, and high—to enable users to customize the concentration of muscone based on their therapeutic needs. The control system features a rotating register that seamlessly cycles through the modes: off, low, medium, and high. This design not only enhances usability but also ensures that users can easily adapt the device's functionality to suit their preferences.</p>
+          <p style="text-indent: 20px;">The control module serves as the central processing unit of the system, integrating an Arduino Uno R3 with the ATmega 328P processor. This combination allows for precise management of the device's operations. We have implemented three distinct intensity modes—low, medium, and high—to enable users to customize the concentration of muscone based on their therapeutic needs. The control system features a rotating register that seamlessly cycles through the modes: off, low, medium, and high. This design not only enhances usability but also ensures that users can easily adapt the device's functionality to suit their preferences.</p>
           <div class="image-container" style="display: flex; flex-direction: column; align-items: center;">
             <img src="https://static.igem.wiki/teams/5187/wiki-hardware-fig/flowchart-final.jpg" alt="ibd_figure" class="shadowed-image" style="width: 30%; max-width: 300px;">
           </div>