diff --git a/docs/rules/no-process-env.md b/docs/rules/no-process-env.md index e4a235676b0..9db800fa153 100644 --- a/docs/rules/no-process-env.md +++ b/docs/rules/no-process-env.md @@ -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