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
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/ci/template_type.rb')
-rw-r--r--app/graphql/types/ci/template_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/ci/template_type.rb b/app/graphql/types/ci/template_type.rb
index 4f1ec6436de..91e10c619c8 100644
--- a/app/graphql/types/ci/template_type.rb
+++ b/app/graphql/types/ci/template_type.rb
@@ -8,9 +8,9 @@ module Types
description 'GitLab CI/CD configuration template.'
field :content, GraphQL::Types::String, null: false,
- description: 'Contents of the CI template.'
+ description: 'Contents of the CI template.'
field :name, GraphQL::Types::String, null: false,
- description: 'Name of the CI template.'
+ description: 'Name of the CI template.'
end
end
end