Commit 893153113d5cc8b36314edac1e2454a8c6dd98e3
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -57,7 +57,7 @@ production: &base |
57 | 57 | |
58 | 58 | ## Automatic issue closing |
59 | 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 happens when the commit is pushed or merged into the default branch of a project. | |
61 | 61 | # When not specified the default issue_closing_pattern as specified below will be used. |
62 | 62 | # issue_closing_pattern: ([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+ |
63 | 63 | ... | ... |