Commit a48e9ce999a67ca9a202ee84eba8a88781927798

Authored by Julien Kirch
1 parent 8841eec4

Typo in gitlab.yml.example

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