Merge pull request #832 from shafrazi/patch-1

Spelling correction
This commit is contained in:
Ilya Kantor 2019-03-07 11:01:20 +03:00 committed by GitHub
commit b310b741b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ We can also declare multiple variables in one line:
let user = 'John', age = 25, message = 'Hello';
```
That might seem shorter, but we don't recommended it. For the sake of better readability, please use a single line per variable.
That might seem shorter, but we don't recommend it. For the sake of better readability, please use a single line per variable.
The multiline variant is a bit longer, but easier to read: