Skip to content

Commit 7a51c05

Browse files
authored
Merge pull request #497 from burkehavendesign/patch-3
Update article.md
2 parents 2e60287 + b2bf867 commit 7a51c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-switch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ switch (a) {
129129
case 3: // (*) grouped two cases
130130
case 5:
131131
alert('Wrong!');
132-
alert('How about to take maths classes?');
132+
alert('Why don't you take a math class?');
133133
break;
134134
*/!*
135135

0 commit comments

Comments
 (0)