diff --git a/apps/site/pages/en/learn/getting-started/nodejs-the-difference-between-development-and-production.md b/apps/site/pages/en/learn/getting-started/nodejs-the-difference-between-development-and-production.md index efd3155f0218b..9ce78cf99b81d 100644 --- a/apps/site/pages/en/learn/getting-started/nodejs-the-difference-between-development-and-production.md +++ b/apps/site/pages/en/learn/getting-started/nodejs-the-difference-between-development-and-production.md @@ -14,7 +14,7 @@ A popular way of configuring your application is by using the [twelve factor met ## Why is NODE_ENV considered an antipattern? -An environment is a digital platform or a system where engineers can build, test, _deploy_, and manage software products. Conventionally, there are four stages or types of environments where our application is run: +An environment is a digital platform or a system where engineers can build, test, _deploy_, and manage software products. Conventionally, there are four stages or types of environments where our application runs: - Development - Testing