From 4d3cf59838596369e830de58eb7680c8dcd03d3c Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Sun, 4 Apr 2021 14:50:26 +0200
Subject: [PATCH] docs: improve sentences (#9395)

---
 docs/usage/self-hosted-configuration.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index 7b2bbd01ad..931d24e8cc 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -192,10 +192,11 @@ e.g.
 
 ## exposeAllEnv
 
-By default, Renovate will only pass a limited set of environment variables to package managers.
-Potentially, there could be leaks of confidential data if a script you don't trust enumerates all values in env, so set this to true only if you trust the repositories which the bot runs against.
+By default, Renovate only passes a limited set of environment variables to package managers.
+Confidential data can be leaked if a malicious script enumerates all environment variables.
+Set `exposeAllEnv` to `true` only if you have reviewed (and trust) the repositories which Renovate bot runs against.
 
-Setting this to true will also allow for variable substitution in `.npmrc` files.
+Setting this to `true` will also allow for variable substitution in `.npmrc` files.
 
 ## force
 
-- 
GitLab