From 8a57c1849f482452c848e4d027e28071b53262af Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 29 Jul 2021 23:07:09 -0400 Subject: [PATCH] typo fix for quiz --- quiz-app/src/assets/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index b9ef44e26..337b08675 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -293,11 +293,11 @@ "questionText": "Unfairness in a model can be caused by", "answerOptions": [ { - "answerText": "overrreliance on historical data", + "answerText": "over reliance on historical data", "isCorrect": "true" }, { - "answerText": "underreliance on historical data", + "answerText": "under reliance on historical data", "isCorrect": "false" }, {