Skip to content

Commit

Permalink
simplify grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
darkgnotic committed Oct 31, 2024
1 parent 066341e commit 52b5c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ parse<IMyInterface>({
});
```
in which case, the existing of a corresponding value in `process.env` will override any default value defined for the option,
or a value coming from a config file. An explicit command line argument, however, will take precedence over
for which a corresponding value in `process.env` overrides any default value defined for the option,
or a value coming from a config file. An explicit command line argument, however, takes precedence over
the environment variable.
### Options
Expand Down

0 comments on commit 52b5c85

Please sign in to comment.