Skip to content

Commit 10d2b73

Browse files
authored
Merge pull request #116 from mattfellenz/patch-1
Fix typo in Javascript Specials
2 parents 7743469 + 509c0e0 commit 10d2b73

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To fully enable all features of modern JavaScript, we should start scripts with
5757

5858
The directive must be at the top of a script or at the beginning of a function.
5959

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

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

0 commit comments

Comments
 (0)