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 'doc/api/graphql/reference/gitlab_schema.graphql')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index b9af49bd6da..0d34e3136dc 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -2815,7 +2815,7 @@ type Label {
color: String!
"""
- Description of the label (markdown rendered as HTML for caching)
+ Description of the label (Markdown rendered as HTML for caching)
"""
description: String
@@ -2917,7 +2917,7 @@ type MergeRequest implements Noteable {
defaultMergeCommitMessage: String
"""
- Description of the merge request (markdown rendered as HTML for caching)
+ Description of the merge request (Markdown rendered as HTML for caching)
"""
description: String
@@ -5112,7 +5112,7 @@ type RootStorageStatistics {
packagesSize: Int!
"""
- The git repository size in bytes
+ The Git repository size in bytes
"""
repositorySize: Int!