Skip to content

Commit 7b336c7

Browse files
committed
Merge pull request airbnb#382 from framini/patch-2
Fix doc url and typo
2 parents a8823a4 + 7b64a9d commit 7b336c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

es5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
## Comparison Operators & Equality
573573
574574
- Use `===` and `!==` over `==` and `!=`.
575-
- Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
575+
- Conditional statements such as the `if` statement evaluate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
576576
577577
+ **Objects** evaluate to **true**
578578
+ **Undefined** evaluates to **false**

linters/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
/**
123123
* Style
124124
*/
125-
"indent": [2, 2], // http://eslint.org/docs/rules/
125+
"indent": [2, 2], // http://eslint.org/docs/rules/indent
126126
"brace-style": [2, // http://eslint.org/docs/rules/brace-style
127127
"1tbs", {
128128
"allowSingleLine": true

0 commit comments

Comments
 (0)