Commit c9dd2ca64bb9a2f4924b598d6b2288bdf3c43d27
1 parent
d66025f7
Exists in
master
and in
4 other branches
Correct spelling mistake.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
@@ -56,7 +56,7 @@ production: &base | @@ -56,7 +56,7 @@ production: &base | ||
56 | # signup_enabled: true | 56 | # signup_enabled: true |
57 | 57 | ||
58 | ## Automatic issue closing | 58 | ## Automatic issue closing |
59 | - # If a commit message matches this regular express, all issues referenced from the matched text will be closed. | 59 | + # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. |
60 | # This happends when the commit is pushed or merged into the default branch of a project. | 60 | # This happends when the commit is pushed or merged into the default branch of a project. |
61 | # When not specified the default issue_closing_pattern as specified below will be used. | 61 | # When not specified the default issue_closing_pattern as specified below will be used. |
62 | # issue_closing_pattern: ([Cc]loses|[Ff]ixes) +#\d+ | 62 | # issue_closing_pattern: ([Cc]loses|[Ff]ixes) +#\d+ |