From fc24b947847e065eb2242c3ffa7b45de32bdc0b8 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 7 Jun 2026 18:28:22 +0200 Subject: [PATCH] =?UTF-8?q?Docs:=20Documentation=20de=20la=20correction=20?= =?UTF-8?q?orthographique=20sc=C3=A9ance=E2=86=92s=C3=A9ance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- CORRECTIONS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CORRECTIONS.md b/CORRECTIONS.md index bb54eb2..9007798 100644 --- a/CORRECTIONS.md +++ b/CORRECTIONS.md @@ -652,3 +652,26 @@ Les allégeances sont maintenant affichées ainsi : - `lang/fr.json` - Ajout des clés MNBL.betes et MNBL.elementaires - `modules/mournblade-cyd2-config.js` - Mise à jour des allegeanceOptions + +--- + +### 15. ✅ Correction orthographique "scéance" → "séance" + +**Problème :** +Faute d'orthographe dans l'option d'utilisation des Talents : "Une fois par scéance" au lieu de "Une fois par séance". + +**Solution :** +Correction directe dans la configuration des options. + +**Modification dans `modules/mournblade-cyd2-config.js` :** +```javascript +// Avant +{ key: "sceance", label: "Une fois par scéance" }, + +// Après +{ key: "sceance", label: "Une fois par séance" }, +``` + +**Fichier modifié :** +- `modules/mournblade-cyd2-config.js` (ligne 214) +