We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b103586 + b890e7d commit 46d177fCopy full SHA for 46d177f
1-js/02-first-steps/11-logical-operators/article.md
@@ -68,7 +68,7 @@ if (hour < 10 || hour > 18 || isWeekend) {
68
69
## OR seeks the first truthy value
70
71
-The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScipt.
+The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScript.
72
73
The extended algorithm works as follows.
74
0 commit comments