From e902538210b1de00ff21459a62303ce9d30f99e6 Mon Sep 17 00:00:00 2001
From: Jason Hulance <jhulance@caci.co.uk>
Date: Wed, 19 Apr 2023 20:41:24 +0000
Subject: [PATCH] Capital letters and special characters are now permitted, but
 spaces are not

---
 doc/user/project/merge_requests/creating_merge_requests.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/project/merge_requests/creating_merge_requests.md b/doc/user/project/merge_requests/creating_merge_requests.md
index 8a4a61bb80d9..4ac6c6e0aa2d 100644
--- a/doc/user/project/merge_requests/creating_merge_requests.md
+++ b/doc/user/project/merge_requests/creating_merge_requests.md
@@ -83,7 +83,7 @@ You can create a merge request when you add, edit, or upload a file to a reposit
 
 1. [Add, edit, or upload](../repository/web_editor.md) a file to the repository.
 1. In the **Commit message**, enter a reason for the commit.
-1. Select the **Target branch** or create a new branch by typing the name (without spaces, capital letters, or special chars).
+1. Select the **Target branch** or create a new branch by typing the name (without spaces).
 1. Select the **Start a new merge request with these changes** checkbox or toggle. This checkbox or toggle is visible only
    if the target is not the same as the source branch, or if the source branch is protected.
 1. Select **Commit changes**.
-- 
GitLab