From f7adaf732b5ff4dea57d2583264e9a4343eb39e0 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Sun, 12 Dec 2021 15:44:50 +0100
Subject: [PATCH] docs(self-hosting examples): improve text (#13070)

---
 docs/usage/examples/self-hosting.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md
index d3b37607cf..e5826fe0fd 100644
--- a/docs/usage/examples/self-hosting.md
+++ b/docs/usage/examples/self-hosting.md
@@ -210,15 +210,15 @@ By default, Renovate stores all files in the `renovate/` subdirectory of the ope
 
 Repository data is copied or cloned into unique subdirectories under `repos/`, e.g. `/tmp/renovate/repos/github/owner1/repo-a/`.
 
-Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, is stored in `/tmp/renovate/cache`.
+Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, are stored in `/tmp/renovate/cache`.
 
-To use another directory as the base directory, instead of `tmp/renovate`:
+To use another directory as the base directory, instead of the default `tmp/renovate` you can:
 
-- Configure a value for `baseDir` in `config.js`
+- Set a value for `baseDir` in `config.js`
 - Use an environment variable `RENOVATE_BASE_DIR`
 - Use the CLI to pass a base directory: `--base-dir=`
 
-If you want to override the cache location then configure a value for `cacheDir` instead.
+If you want to override the cache location then set a value for `cacheDir` instead.
 
 ## Usage
 
-- 
GitLab