diff --git a/src/data/TypeEvenementsPenal.ts b/src/data/TypeEvenementsPenal.ts index 18f6acb..b9b129c 100644 --- a/src/data/TypeEvenementsPenal.ts +++ b/src/data/TypeEvenementsPenal.ts @@ -23,7 +23,7 @@ export const typesEvenementsPenal = [ // Tribunal "Tribunal correctionnel", "Appel du 1er jugement", - "Appel du 2eme jugement", // placeholder + "Appel du 2ème jugement", // placeholder "Tribunal de police judiciaire", "Administrateur AD'HOC", ] as const; diff --git a/src/statistiques/v2/penales/computeStatsPenales.ts b/src/statistiques/v2/penales/computeStatsPenales.ts index 368de04..fad06a2 100644 --- a/src/statistiques/v2/penales/computeStatsPenales.ts +++ b/src/statistiques/v2/penales/computeStatsPenales.ts @@ -219,7 +219,7 @@ function computeTribunalCorrectionnel2( nbFamilleAppelDuJugement: nbFamillesAvecPagesLiees( filterFamillesWithOneOfEvenementsOfType( famillesResistantesOuEx, - "Appel du 2eme jugement" + "Appel du 2ème jugement" ) ), }; @@ -283,4 +283,4 @@ function computeIntervalProcureurTribunalCorrectionnel( function isTribunalCorrectionnel(e: EvenementFamille): boolean { return e.Type === "Tribunal correctionnel"; -} \ No newline at end of file +}