Merge pull request #517 from Lachlantula/patch-1

Updated 'Non-english' to 'Non-English' in 04-variables/article.md
This commit is contained in:
Ilya Kantor 2018-09-30 23:47:22 +03:00 committed by GitHub
commit 36cf31c082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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