Commit c2d21d5a authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes spelling in index.html

Showing with 2 additions and 2 deletions
+2 -2
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="form-check"> <div class="form-check">
<input id="dataRetrievalCheck" class="form-check-input" type="checkbox" value=""> <input id="dataRetrievalCheck" class="form-check-input" type="checkbox" value="">
<label class="form-check-label" for="dataRetrievalCheck"> <label class="form-check-label" for="dataRetrievalCheck">
Automaticaly get data every 1 second Automatically get data every 1 second
</label> </label>
</div> </div>
<div id='output'>Status: idle</div> <div id='output'>Status: idle</div>
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
// make time-series plot // make time-series plot
let tdata = [] let tdata = []
let layout2 = { let layout2 = {
title: 'Time-series', title: 'Time series',
yaxis: { yaxis: {
title: 'App. res. [Ohm.m]' title: 'App. res. [Ohm.m]'
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment