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/pipeline_message_type.rb')
-rw-r--r--app/graphql/types/ci/pipeline_message_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/ci/pipeline_message_type.rb b/app/graphql/types/ci/pipeline_message_type.rb
index 7edea1901a1..35164b0894a 100644
--- a/app/graphql/types/ci/pipeline_message_type.rb
+++ b/app/graphql/types/ci/pipeline_message_type.rb
@@ -7,10 +7,10 @@ module Types
graphql_name 'PipelineMessage'
field :id, GraphQL::Types::ID, null: false,
- description: 'ID of the pipeline message.'
+ description: 'ID of the pipeline message.'
field :content, GraphQL::Types::String, null: false,
- description: 'Content of the pipeline message.'
+ description: 'Content of the pipeline message.'
end
end
end