Docs: Documentation de la correction orthographique scéance→séance
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user