From f5dc5099132e2ad7f366c87011e5eaad2d743823 Mon Sep 17 00:00:00 2001 From: Ololade <49575651+lolyparty@users.noreply.github.com> Date: Wed, 27 May 2020 01:18:12 +0100 Subject: [PATCH] Update Readme.md Correction of grammatical error --- 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