Skip to content

Commit

Permalink
typo (#48716)
Browse files Browse the repository at this point in the history
"ran" is conjugated, which cannot be used after the verb "to be", only the infinitive "run" is correct here.
  • Loading branch information
wyattfry committed Apr 23, 2023
1 parent 7de1a40 commit 16a2c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/non-standard-node-env.md
Expand Up @@ -13,7 +13,7 @@ This may be by accident, so if you're unaware where the value is coming from, ch
The greater React ecosystem treats `NODE_ENV` as a convention, only permitting three (3) values:

- `production`: When your application is built with `next build`
- `development`: When your application is ran with `next dev`
- `development`: When your application is run with `next dev`
- `test`: When your application is being tested (e.g. `jest`)

Setting a non-standard `NODE_ENV` value may cause dependencies to behave unexpectedly, or worse, **break dead code elimination**.
Expand Down

0 comments on commit 16a2c64

Please sign in to comment.