Skip to content

Commit b310b74

Browse files
authored
Merge pull request javascript-tutorial#832 from shafrazi/patch-1
Spelling correction
2 parents dd29965 + 11ba05b commit b310b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We can also declare multiple variables in one line:
5353
let user = 'John', age = 25, message = 'Hello';
5454
```
5555

56-
That might seem shorter, but we don't recommended it. For the sake of better readability, please use a single line per variable.
56+
That might seem shorter, but we don't recommend it. For the sake of better readability, please use a single line per variable.
5757

5858
The multiline variant is a bit longer, but easier to read:
5959

0 commit comments

Comments
 (0)