From c2d21d5a3e81d890f1df20d5c207d79018767404 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 5 Apr 2022 19:21:39 +0200 Subject: [PATCH] Fixes spelling in index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 540edc3b..0207a38f 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]' }, -- GitLab