Skip to content

Commit c7ab9b8

Browse files
committed
Merge pull request airbnb#103 from pborreli/patch-1
Fixed typo
2 parents 9862309 + de4979b commit c7ab9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)