From 6873c25c63f92e707012a12b5f647df12b4cdf34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 9 Oct 2017 12:04:02 +0100 Subject: [PATCH] Correct spelling of ESLint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a212183b3..aa23cacf3cb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This repo contains the source code and documentation powering [reactjs.org](http ### Test the change 1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile. -1. Run `yarn check-all` from the project root. (This will run Prettier, ESlint, and Flow.) +1. Run `yarn check-all` from the project root. (This will run Prettier, ESLint, and Flow.) ### Push it