summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/issues/move.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/issues/move.rb')
-rw-r--r--app/graphql/mutations/issues/move.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/issues/move.rb b/app/graphql/mutations/issues/move.rb
index e6971c9df8c..3f97325c921 100644
--- a/app/graphql/mutations/issues/move.rb
+++ b/app/graphql/mutations/issues/move.rb
@@ -8,7 +8,7 @@ module Mutations
argument :target_project_path,
GraphQL::ID_TYPE,
required: true,
- description: 'The project to move the issue to'
+ description: 'The project to move the issue to.'
def resolve(project_path:, iid:, target_project_path:)
Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab/-/issues/267762')