From fc845bd2e60c97fe0003fad45d2a8586d88e4dab Mon Sep 17 00:00:00 2001 From: v4nkor <vanknpix@gmail.com> Date: Mon, 17 Apr 2023 14:25:12 +0200 Subject: [PATCH] small text fix --- js/voice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/voice.js b/js/voice.js index c6a9522..6db4aef 100644 --- a/js/voice.js +++ b/js/voice.js @@ -49,7 +49,7 @@ function listenForCristo(){ heardSpan.innerText += " A entendu = " + speechResult; heardSpan.style.display = ""; if(speechResult.toLowerCase().includes("cristaux")){ - console.log('Heard Cristo ! (or Cristo)'); + console.log('Heard Cristo ! (or Cristaux)'); } else { console.log('Heard nothing'); } -- GitLab