Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 5, 2018
1 parent 3de0a95 commit 691c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ By default `eslint-config-problems` forces the use of ES2015+ features supported

### `node8` sub-config

There is a sub-config, accessible at `problems/node8`, which forces ES features supported by Node.js 8+. Specifically, it inforces the use of the exponentiation operator instead of `Math.pow()`.
There is a sub-config, accessible at `problems/node8`, which forces ES features supported by Node.js 8+. Specifically, it enforces the use of the exponentiation operator instead of `Math.pow()`.

### I disagree with rule X; you missed rule Y

Expand Down

0 comments on commit 691c453

Please sign in to comment.