Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-20 13:03:35 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-20 13:03:35 +0400
commit728f1d812f1e0e49d873c5b53554f4e8e72ed2af (patch)
treeaebb1395cd544c9ff866db284512a8119d2c9362 /config
parent3f3b202c6efa17a8e6731ba44c5f3bf672c28672 (diff)
parenta48e9ce999a67ca9a202ee84eba8a88781927798 (diff)
Merge pull request #5621 from archiloque/typo_in_gitlab.yml
Typo in gitlab.yml.example
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index bd018dcf051..759d7434230 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -57,7 +57,7 @@ production: &base
## Automatic issue closing
# If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
- # This happends when the commit is pushed or merged into the default branch of a project.
+ # This happens when the commit is pushed or merged into the default branch of a project.
# When not specified the default issue_closing_pattern as specified below will be used.
# issue_closing_pattern: ([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+