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-21 19:49:57 +0200
commit10da58c745b3fe5dd810d4b5e86513bdc8315604 (patch)
tree25a73856b12fcc4ff4d7f803a33a959f7b254ed8
parent6189792b09a5d17e63eca4d5f4ea857b52555d5e (diff)
downloadgitlab-ce-10da58c745b3fe5dd810d4b5e86513bdc8315604.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`).
---