From 4ec1bf5975bf3f672799e612d364ba7c890127db Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Fri, 2 Jun 2023 22:15:07 +0200 Subject: [PATCH] Correction d'une coquille dans les options --- ts/configurationPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/configurationPanel.ts b/ts/configurationPanel.ts index 0742627..7c82622 100644 --- a/ts/configurationPanel.ts +++ b/ts/configurationPanel.ts @@ -131,7 +131,7 @@ export default class ConfigurationPanel { contenu.appendChild( this.genererConfigItem( - "Retour haptique (si votre navigateur est compatique)", + "Retour haptique (si votre navigateur est compatible)", [ { value: false.toString(), label: "Non" }, { value: true.toString(), label: "Oui" },