Skip to content

Commit 4e67c0f

Browse files
authored
Remove duplicate word "soon"
1 parent 7fc037f commit 4e67c0f

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)