From 89173a476cc9352c65c161067a05ac0213139419 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:16:50 +0100 Subject: [PATCH] docs: fix typo (#9270) --- docs/development/design-decisions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/design-decisions.md b/docs/development/design-decisions.md index a9c66f6ea2..51526ce7d3 100644 --- a/docs/development/design-decisions.md +++ b/docs/development/design-decisions.md @@ -66,7 +66,7 @@ Branches have names like `renovate/webpack-1.x` instead of `renovate/webpack-1.2 We do this because: - Branches often receive updates (e.g. new patches) before they're merged -- Naming the branch like `1.x` means its name still names sense if a `1.2.1` release happens +- Naming the branch like `1.x` means its name still makes sense if a `1.2.1` release happens Note: You can configure the branch names by using the string template `branchName` and/or its sub-templates `branchPrefix` and `branchTopic`. -- GitLab