Skip to content

Commit

Permalink
Docs: Fix missing word in sentence (#12361)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulet authored and platinumazure committed Oct 3, 2019
1 parent 8108f49 commit c47fa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-process-env.md
Expand Up @@ -31,7 +31,7 @@ if(config.env === "development") {

## When Not To Use It

If prefer to use `process.env` throughout your project to retrieve values from environment variables, then you can safely disable this rule.
If you prefer to use `process.env` throughout your project to retrieve values from environment variables, then you can safely disable this rule.

## Further Reading

Expand Down

0 comments on commit c47fa0d

Please sign in to comment.