Merge pull request #44 from ThomasRubini/typo

fixed a typo
This commit is contained in:
Djalim Simaila 2023-01-15 13:12:46 +01:00 committed by GitHub
commit 2c396141b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,8 +223,8 @@ function initSock(){
let emotionDesc = document.createElement("p");
emotionDesc.classList.add("explain_suspect_emotion_description");
//TODO fix typos here and on the database
emotionDesc.textContent = "Qui se caractérise par un " + finalResults["npcs"][npcid]["description"];
//TODO fix typos on the database
emotionDesc.textContent = "Qui se caractérise par " + finalResults["npcs"][npcid]["description"];
suspect.appendChild(emotionDesc)
document.getElementsByClassName("suspects_list")[0].appendChild(suspect)