summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-29 16:54:26 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-29 16:54:26 +0900
commit1cfe90987743bfef74497b53f13df7de7ea491a6 (patch)
treea29023c1c90f51f3b7c32a0aade2a3f3fbd631e2
parentfd9a9ee41740bd53906f94f4e81f5d7e252b782e (diff)
downloadgitlab-ce-docs-quick-actions-followup.tar.gz
Fix checkmark location for /move commanddocs-quick-actions-followup
-rw-r--r--doc/user/project/quick_actions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index e2fd2c08a07..e373d605098 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -60,8 +60,8 @@ in issues and merge requests, as well as epics.**(ULTIMATE)**
| `/duplicate <#issue>` | ✓ | | | Mark this issue as a duplicate of another issue |
| `/create_merge_request <branch name>` | ✓ | | | Create a new merge request starting from the current issue |
| `/relate #issue1 #issue2` | ✓ | | | Mark issues as related **(STARTER)** |
-| `/move <path/to/project>` | | ✓ | | Move this issue to another project |
-| `/target_branch <Local branch Name>` | | ✓ | | Set target branch |
+| `/move <path/to/project>` | ✓ | | | Move this issue to another project |
+| `/target_branch <local branch name>` | | ✓ | | Set target branch |
| `/wip` | | ✓ | | Toggle the Work In Progress status |
| `/approve` | | ✓ | | Approve the merge request |
| `/merge` | | ✓ | | Merge (when pipeline succeeds) |