From b2bf86787d1de0d6f778db152282822ec92b0101 Mon Sep 17 00:00:00 2001 From: burkehavendesign Date: Fri, 7 Apr 2017 12:37:14 -0400 Subject: [PATCH] Update article.md That English is not idiomatic at all. You could says: "Why don't you take a math class?" or "How about taking a math class?" Also, you may want to consider using American English, and in this case, please use "math" not "maths". The US is a bigger market than the UK, is more widely used, the US is the center of the tech industry, etc. The standard for using English-language variables in code comes from the US, not England. And British-English is annoying. ;) :) --- 1-js/02-first-steps/13-switch/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/13-switch/article.md b/1-js/02-first-steps/13-switch/article.md index 6ecd7c8c..adbb7a0e 100644 --- a/1-js/02-first-steps/13-switch/article.md +++ b/1-js/02-first-steps/13-switch/article.md @@ -129,7 +129,7 @@ switch (a) { case 3: // (*) grouped two cases case 5: alert('Wrong!'); - alert('How about to take maths classes?'); + alert('Why don't you take a math class?'); break; */!*