From 7df45355612d7634fbea764aba0244b679075853 Mon Sep 17 00:00:00 2001 From: Yiwei Shen Date: Sun, 11 Feb 2024 23:05:39 -0500 Subject: [PATCH] Fix typo in quiz question --- src/quiz.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quiz.ts b/src/quiz.ts index be5a289..72aaf29 100644 --- a/src/quiz.ts +++ b/src/quiz.ts @@ -2330,7 +2330,7 @@ const questionList: Question[] = [ 'Without a new vocabulary as a reminder of the change, very little change may actually happen', 'The organization may not understand what has changed with Scrum and the benefits of Scrum may be lost', 'Management may feel less anxious', - 'Al of the above' + 'All of the above' ], correctAnswer: [4] },