From 534bd0f87d6354a115a0fe7ee2a608b9f1d14a83 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Mon, 21 Sep 2015 16:43:43 +0000 Subject: [PATCH] Fix grammar --- config/gitlab.yml.example | 4 ++-- 1 file 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 -- GitLab