Spelling correction

Change recommended to recommend
This commit is contained in:
Shafrazi 2019-03-06 23:18:11 +05:30 committed by GitHub
parent 1373f6158c
commit 11ba05bff9
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: