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:
authorSytse Sijbrandij <sytse@dosire.com>2013-10-02 10:23:27 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-10-02 10:23:27 +0400
commitc9dd2ca64bb9a2f4924b598d6b2288bdf3c43d27 (patch)
tree42b4ef2c1149a05d1617e9e29f36312fa2b40f5d /config
parentd66025f7683c66d2e9b80452bf2a46b54730b7fd (diff)
Correct spelling mistake.
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 69eb4ca642d..28578eee50a 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -56,7 +56,7 @@ production: &base
# signup_enabled: true
## Automatic issue closing
- # If a commit message matches this regular express, all issues referenced from the matched text will be closed.
+ # 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.
# When not specified the default issue_closing_pattern as specified below will be used.
# issue_closing_pattern: ([Cc]loses|[Ff]ixes) +#\d+