diff --git a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html index c4b02e2430..7b08517a29 100644 --- a/10 - Hold Shift and Check Checkboxes/index-FINISHED.html +++ b/10 - Hold Shift and Check Checkboxes/index-FINISHED.html @@ -114,7 +114,7 @@ console.log(checkbox); if (checkbox === this || checkbox === lastChecked) { inBetween = !inBetween; - console.log('STarting to check them inbetween!'); + console.log('Starting to check them inbetween!'); } if (inBetween) {