Commit 728f1d812f1e0e49d873c5b53554f4e8e72ed2af

Authored by Jacob Vosmaer
2 parents 3f3b202c a48e9ce9

Merge pull request #5621 from archiloque/typo_in_gitlab.yml

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