Skip to content

Commit 7b64a9d

Browse files
committed
fix doc url and little typo
1 parent 2626e0b commit 7b64a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

es5/README.md

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
/**
122122
* Style
123123
*/
124-
"indent": [2, 2], // http://eslint.org/docs/rules/
124+
"indent": [2, 2], // http://eslint.org/docs/rules/indent
125125
"brace-style": [2, // http://eslint.org/docs/rules/brace-style
126126
"1tbs", {
127127
"allowSingleLine": true

0 commit comments

Comments
 (0)