From f1576b5f6cc252f5a3e5f3008a77169515f746be Mon Sep 17 00:00:00 2001 From: Ryan Swapp Date: Thu, 2 Nov 2017 10:30:49 -0600 Subject: [PATCH] Update README.md Fixed a small grammatical issue that I noticed while browsing the README today --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 7cf2db5d554..13576b6e2aa 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -911,7 +911,7 @@ REACT_APP_SECRET_CODE=abcdef `.env` files **should be** checked into source control (with the exclusion of `.env*.local`). -#### What other `.env` files are can be used? +#### What other `.env` files can be used? >Note: this feature is **available with `react-scripts@1.0.0` and higher**.