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 'lib/gitlab/graphql/markdown_field.rb')
-rw-r--r--lib/gitlab/graphql/markdown_field.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/graphql/markdown_field.rb b/lib/gitlab/graphql/markdown_field.rb
index 43dddf4c4bc..f7bd1d43995 100644
--- a/lib/gitlab/graphql/markdown_field.rb
+++ b/lib/gitlab/graphql/markdown_field.rb
@@ -15,7 +15,7 @@ module Gitlab
resolver_method = "#{name}_resolver".to_sym
kwargs[:resolver_method] = resolver_method
- kwargs[:description] ||= "The GitLab Flavored Markdown rendering of `#{method_name}`"
+ kwargs[:description] ||= "GitLab Flavored Markdown rendering of `#{method_name}`"
# Adding complexity to rendered notes since that could cause queries.
kwargs[:complexity] ||= 5