Skip to content
Snippets Groups Projects
Commit fc845bd2 authored by v4nkor's avatar v4nkor
Browse files

small text fix

parent 5f51ac94
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ function listenForCristo(){ ...@@ -49,7 +49,7 @@ function listenForCristo(){
heardSpan.innerText += " A entendu = " + speechResult; heardSpan.innerText += " A entendu = " + speechResult;
heardSpan.style.display = ""; heardSpan.style.display = "";
if(speechResult.toLowerCase().includes("cristaux")){ if(speechResult.toLowerCase().includes("cristaux")){
console.log('Heard Cristo ! (or Cristo)'); console.log('Heard Cristo ! (or Cristaux)');
} else { } else {
console.log('Heard nothing'); console.log('Heard nothing');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment