Skip to content

Commit 0c98bc1

Browse files
lex111MrShtein
andauthored
Update 1-js/02-first-steps/03-strict-mode/article.md
Co-Authored-By: MrShtein <mr.shtein@outlook.com>
1 parent fb078c6 commit 0c98bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ alert("some code");
3838
// строгий режим не активирован
3939
```
4040
41-
Над `"use strict"` могут, быть записаны только комментарии.
41+
Над `"use strict"` могут быть записаны только комментарии.
4242
````
4343

4444
```warn header="Нет никакого способа отменить `use strict`"

0 commit comments

Comments
 (0)