Skip to content

Commit 6df5ee5

Browse files
authored
Merge pull request wesbos#256 from Ememme/Ememme-patch-2
Fix typos on index-FINISHED.html
2 parents f8daf5f + 5f04b4a commit 6df5ee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

10 - Hold Shift and Check Checkboxes/index-FINISHED.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!--
5555
The following is a common layout you would see in an email client.
5656
57-
When a user clicks a checkbox, holds Shift, and then clicks another checkbox a few rows down, all the checkboxes inbetween those two checkboxes should be checked.
57+
When a user clicks a checkbox, holds Shift, and then clicks another checkbox a few rows down, all the checkboxes in-between those two checkboxes should be checked.
5858
5959
-->
6060
<div class="inbox">
@@ -76,7 +76,7 @@
7676
</div>
7777
<div class="item">
7878
<input type="checkbox">
79-
<p>Everything inbetween should also be set to checked</p>
79+
<p>Everything in between should also be set to checked</p>
8080
</div>
8181
<div class="item">
8282
<input type="checkbox">
@@ -112,7 +112,7 @@
112112
console.log(checkbox);
113113
if (checkbox === this || checkbox === lastChecked) {
114114
inBetween = !inBetween;
115-
console.log('Starting to check them inbetween!');
115+
console.log('Starting to check them in between!');
116116
}
117117

118118
if (inBetween) {

0 commit comments

Comments
 (0)