diff --git a/index.html b/index.html
index 540edc3b1c27b2689305081a369a69fbd701504b..0207a38f5c4978460192d6331f14d2da250f1781 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
         <div class="form-check">
             <input id="dataRetrievalCheck" class="form-check-input" type="checkbox" value="">
             <label class="form-check-label" for="dataRetrievalCheck">
-                Automaticaly get data every 1 second
+                Automatically get data every 1 second
             </label>
         </div>
         <div id='output'>Status: idle</div>
@@ -204,7 +204,7 @@
         // make time-series plot
         let tdata = []
         let layout2 = {
-            title: 'Time-series',
+            title: 'Time series',
             yaxis: {
                 title: 'App. res. [Ohm.m]'
             },