summaryrefslogtreecommitdiff
path: root/app/graphql/types/release_source_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/release_source_type.rb')
-rw-r--r--app/graphql/types/release_source_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/release_source_type.rb b/app/graphql/types/release_source_type.rb
index fd29a69d72a..e05a2926ac1 100644
--- a/app/graphql/types/release_source_type.rb
+++ b/app/graphql/types/release_source_type.rb
@@ -8,8 +8,8 @@ module Types
authorize :download_code
field :format, GraphQL::Types::String, null: true,
- description: 'Format of the source.'
+ description: 'Format of the source.'
field :url, GraphQL::Types::String, null: true,
- description: 'Download URL of the source.'
+ description: 'Download URL of the source.'
end
end