summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/releases/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/releases/base.rb')
-rw-r--r--app/graphql/mutations/releases/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/releases/base.rb b/app/graphql/mutations/releases/base.rb
index d53cfbe6a11..dd1724fe320 100644
--- a/app/graphql/mutations/releases/base.rb
+++ b/app/graphql/mutations/releases/base.rb
@@ -7,7 +7,7 @@ module Mutations
argument :project_path, GraphQL::ID_TYPE,
required: true,
- description: 'Full path of the project the release is associated with'
+ description: 'Full path of the project the release is associated with.'
private