Skip to content

Commit e7e0fc8

Browse files
authored
Merge pull request #1915 from desevoker/patch-1
Remove duplicate word "soon"
2 parents 43a2b02 + 4e67c0f commit e7e0fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/03-strict-mode/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For example:
1919
...
2020
```
2121

22-
Quite soon we're going to learn functions (a way to group commands) soon, so let's note in advance that `"use strict"` can be put at the beginning of a function. Doing that enables strict mode in that function only. But usually people use it for the whole script.
22+
Quite soon we're going to learn functions (a way to group commands), so let's note in advance that `"use strict"` can be put at the beginning of a function. Doing that enables strict mode in that function only. But usually people use it for the whole script.
2323

2424
````warn header="Ensure that \"use strict\" is at the top"
2525
Please make sure that `"use strict"` is at the top of your scripts, otherwise strict mode may not be enabled.

0 commit comments

Comments
 (0)