From 691c453004cacd128e1427cf2e19728cc472ee11 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Tue, 4 Dec 2018 19:14:09 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa4c1d..31861bf 100644 --- a/README.md +++ b/README.md @@ -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