Commit 893153113d5cc8b36314edac1e2454a8c6dd98e3

Authored by Dmitriy Zaporozhets
2 parents 30912835 728f1d81

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  
... ...