summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/notes/destroy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/notes/destroy.rb')
-rw-r--r--app/graphql/mutations/notes/destroy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/notes/destroy.rb b/app/graphql/mutations/notes/destroy.rb
index 21b2cd15a7e..43a69021aaf 100644
--- a/app/graphql/mutations/notes/destroy.rb
+++ b/app/graphql/mutations/notes/destroy.rb
@@ -10,7 +10,7 @@ module Mutations
argument :id,
::Types::GlobalIDType[::Note],
required: true,
- description: 'The global ID of the note to destroy.'
+ description: 'Global ID of the note to destroy.'
def resolve(id:)
note = authorized_find!(id: id)