Skip to content

Commit 46d177f

Browse files
authored
Merge pull request javascript-tutorial#293 from Bemerauld/patch-1
Typo
2 parents b103586 + b890e7d commit 46d177f

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (hour < 10 || hour > 18 || isWeekend) {
6868

6969
## OR seeks the first truthy value
7070

71-
The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScipt.
71+
The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScript.
7272

7373
The extended algorithm works as follows.
7474

0 commit comments

Comments
 (0)