diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-09-21 16:43:43 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-09-21 16:43:43 +0000 |
commit | 534bd0f87d6354a115a0fe7ee2a608b9f1d14a83 (patch) | |
tree | 4917d86c51c7dffa2b3e7d101a639245e1795d5e | |
parent | e0a23791d3cdf7a72e974acc79c3755b35f2da79 (diff) | |
download | gitlab-ce-534bd0f87d6354a115a0fe7ee2a608b9f1d14a83.tar.gz |
Fix grammar
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 69cdf497a84..856e75dc829 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -4,7 +4,7 @@ # ########################### NOTE ##################################### # This file should not receive new settings. All configuration options # -# that do not require application restart are being moved to # +# that do not require an application restart are being moved to # # ApplicationSetting model! # # If you change this file in a Merge Request, please also create # # a MR on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests # @@ -425,4 +425,4 @@ test: sync_ssh_keys: false staging: - <<: *base + <<: *base
\ No newline at end of file |