From 5f04b4a2df6562feaaa7fae00c73d6a541199223 Mon Sep 17 00:00:00 2001 From: Magda Date: Mon, 10 Dec 2018 16:49:00 +0100 Subject: [PATCH] Fix typos on index-FINISHED.html --- 10 - Hold Shift and Check Checkboxes/index-FINISHED.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html index f2a4a78e43..d967b249cd 100644 --- a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html +++ b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html @@ -54,7 +54,7 @@
@@ -76,7 +76,7 @@
-

Everything inbetween should also be set to checked

+

Everything in between should also be set to checked

@@ -112,7 +112,7 @@ console.log(checkbox); if (checkbox === this || checkbox === lastChecked) { inBetween = !inBetween; - console.log('Starting to check them inbetween!'); + console.log('Starting to check them in between!'); } if (inBetween) {