Skip to content

Commit

Permalink
chore: corrige un commentaire
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Sep 10, 2024
1 parent f519716 commit 96740bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/store/reducers/simulation.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export function simulationReducer(
}
}

// Sinon, on navigue simplement à la questions déjà répondue suivante
// Sinon, on navigue simplement à la question déjà répondue suivante
const destination = state.questionsRépondues.findIndex(
(q, index) => index > currentIndex && q.applicable
)
Expand Down

0 comments on commit 96740bd

Please sign in to comment.