From 9e0cc6edb4be93afb615b38445cfbfca2d995046 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:49:00 +0100 Subject: [PATCH] docs(config options): replace elect with choose (#14693) --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 7f113a599c..7134f01b92 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -146,7 +146,7 @@ You could configure Renovate to automerge all but major this way: ``` Also note that this option can be combined with other nested settings, such as dependency type. -So for example you could elect to automerge all (passing) `devDependencies` only this way: +So for example you could choose to automerge all (passing) `devDependencies` only this way: ```json { -- GitLab