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/tree/submodule_type.rb')
-rw-r--r--app/graphql/types/tree/submodule_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/tree/submodule_type.rb b/app/graphql/types/tree/submodule_type.rb
index 8f462011f0f..57597d9884c 100644
--- a/app/graphql/types/tree/submodule_type.rb
+++ b/app/graphql/types/tree/submodule_type.rb
@@ -9,9 +9,9 @@ module Types
implements Types::Tree::EntryType
field :tree_url, type: GraphQL::Types::String, null: true,
- description: 'Tree URL for the sub-module.'
+ description: 'Tree URL for the sub-module.'
field :web_url, type: GraphQL::Types::String, null: true,
- description: 'Web URL for the sub-module.'
+ description: 'Web URL for the sub-module.'
end
# rubocop: enable Graphql/AuthorizeTypes
end