summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Falomo <paolofalomo@gmail.com>2018-06-01 10:06:59 +0000
committerRémy Coutable <remy@rymai.me>2018-08-29 17:35:40 +0200
commit0ecc069d4832da9925e277ae94c8419ce23422c6 (patch)
tree3ef460b016f306dd490a0988815f7908c01f5fc7
parentf6d02f32b1a0cdab92cdb60e0c24bba4b874f8c2 (diff)
downloadgitlab-ce-0ecc069d4832da9925e277ae94c8419ce23422c6.tar.gz
Update automatic_issue_closing.md for better formatting of list
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5930. Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/user/project/issues/automatic_issue_closing.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/project/issues/automatic_issue_closing.md b/doc/user/project/issues/automatic_issue_closing.md
index b9607243c8a..b6570c777ae 100644
--- a/doc/user/project/issues/automatic_issue_closing.md
+++ b/doc/user/project/issues/automatic_issue_closing.md
@@ -26,8 +26,10 @@ used:
```
Note that `%{issue_ref}` is a complex regular expression defined inside GitLab's
-source code that can match a reference to 1) a local issue (`#123`),
-2) a cross-project issue (`group/project#123`) or 3) a link to an issue
+source code that can match references to:
+1. a local issue (`#123`),
+2. a cross-project issue (`group/project#123`)
+3. a link to an issue
(`https://gitlab.example.com/group/project/issues/123`).
---