From aa9b3469340b5d34510f7226bc8be1f1e9f4d0b6 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Fri, 26 Feb 2021 07:47:15 +0100
Subject: [PATCH] docs: improve manager docs (#8869)

---
 docs/usage/modules/manager.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/usage/modules/manager.md b/docs/usage/modules/manager.md
index ec9d64b42f..b53c1b2e76 100644
--- a/docs/usage/modules/manager.md
+++ b/docs/usage/modules/manager.md
@@ -50,13 +50,13 @@ If a manager matches a file that you _don't_ want it to, ignore it using the `ig
 Also, if you ever find that Renovate is _not_ matching a file name that you're certain it should, check your preset config isn't the cause of it.
 The `config:base` preset ignores common test and example directory names, for example.
 
-### Enabling and Disabling Managers
+### Enabling and disabling managers
 
 #### Enabling experimental managers
 
 Most managers are enabled by default.
-For those that aren't, typically because they are considered experimental, you can enable them opt-in.
-For example, if there was a manager called `some-new-manager` then you could enable it this way:
+For those that aren't, typically because they are considered experimental, you can opt-in manually.
+If there was a manager called `some-new-manager` you would enable it like this:
 
 ```json
 {
-- 
GitLab