From cc8f10b05453c32a57739196ed9cf84df3ccfa91 Mon Sep 17 00:00:00 2001 From: Ololade <49575651+olayiwola01@users.noreply.github.com> Date: Tue, 26 May 2020 01:16:35 +0100 Subject: [PATCH] Spelling error Corrected a spelling error on line 51 --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 4202d0d..25b1f26 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -48,7 +48,7 @@ In this video, we will create the Game Page and display static question and answ ## 3. Display Hard Coded Question and Answers -In this video, we will load questions from a hard coded array and iterate through available questions as the use answers them. We will use custom data attributes, the ES6 spread operator, and JavaScript arrow functions. +In this video, we will load questions from a hard coded array and iterate through available questions as the user answers them. We will use custom data attributes, the ES6 spread operator, and JavaScript arrow functions. Resources