Skip to content

Commit de4979b

Browse files
committed
Fixed typos
1 parent 9862309 commit de4979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
+ **Undefined** evaluates to **false**
565565
+ **Null** evaluates to **false**
566566
+ **Booleans** evaluate to **the value of the boolean**
567-
+ **Numbers** evalute to **false** if **+0, -0, or NaN**, otherwise **true**
567+
+ **Numbers** evaluate to **false** if **+0, -0, or NaN**, otherwise **true**
568568
+ **Strings** evaluate to **false** if an empty string `''`, otherwise **true**
569569
570570
```javascript

0 commit comments

Comments
 (0)