diff --git a/docusaurus/docs/adding-custom-environment-variables.md b/docusaurus/docs/adding-custom-environment-variables.md index 48bfea2cf64..9f503c71e95 100644 --- a/docusaurus/docs/adding-custom-environment-variables.md +++ b/docusaurus/docs/adding-custom-environment-variables.md @@ -119,7 +119,7 @@ REACT_APP_NOT_SECRET_CODE=abcdef > Note: You need to restart the development server after changing `.env` files. -`.env` files **should be** checked into source control (with the exclusion of `.env*.local`). +`.env` files **should not be** checked into source control (with the exclusion of `.env*.local`). ### What other `.env` files can be used?