Skip to content

Commit d1f5023

Browse files
Grammatical fix.
1 parent 206485f commit d1f5023

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/18-javascript-specials

1 file changed

+1
-1
lines changed

1-js/02-first-steps/18-javascript-specials/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To fully enable all features of modern JavaScript, we should start scripts with
5555

5656
The directive must be at the top of a script or at the beginning of a function body.
5757

58-
Without `"use strict"`, everything still works, but some features behave in the old-fashion, "compatible" way. We'd generally prefer the modern behavior.
58+
Without `"use strict"`, everything still works, but some features behave in the old-fashioned, "compatible" way. We'd generally prefer the modern behavior.
5959

6060
Some modern features of the language (like classes that we'll study in the future) enable strict mode implicitly.
6161

0 commit comments

Comments
 (0)