From e0219e2a4ac1f9f5aecdf41ebbf821fd13349744 Mon Sep 17 00:00:00 2001 From: Lachlan Shoesmith Date: Tue, 25 Sep 2018 19:22:33 +1000 Subject: [PATCH] Updated 'Non-english' to 'Non-English' Keeps consistency with the rest of the document which uses the capitalised proper noun 'English'. --- 1-js/02-first-steps/04-variables/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/04-variables/article.md b/1-js/02-first-steps/04-variables/article.md index 370dcd39..39438575 100644 --- a/1-js/02-first-steps/04-variables/article.md +++ b/1-js/02-first-steps/04-variables/article.md @@ -183,7 +183,7 @@ let my-name; // a hyphen '-' is not allowed in the name Variables named `apple` and `AppLE` -- are two different variables. ``` -````smart header="Non-english letters are allowed, but not recommended" +````smart header="Non-English letters are allowed, but not recommended" It is possible to use any language, including cyrillic letters or even hieroglyphs, like this: ```js