Skip to content

Commit 9b39291

Browse files
authored
Merge pull request #101 from alxhghs/patch-5
Fixed typo - changed 'most of time' to 'most of the time'
2 parents 96e841c + e11e780 commit 9b39291

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (1 || 0) { // works just like if( true || false )
4141
}
4242
```
4343

44-
Most of time, OR `||` is used in `if` to test if *any* of given conditions is correct.
44+
Most of the time, OR `||` is used in `if` to test if *any* of given conditions is correct.
4545

4646
For example:
4747

0 commit comments

Comments
 (0)