summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/todos/restore.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/todos/restore.rb')
-rw-r--r--app/graphql/mutations/todos/restore.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/todos/restore.rb b/app/graphql/mutations/todos/restore.rb
index 7c8f92d32f5..c532b455a16 100644
--- a/app/graphql/mutations/todos/restore.rb
+++ b/app/graphql/mutations/todos/restore.rb
@@ -10,7 +10,7 @@ module Mutations
argument :id,
::Types::GlobalIDType[::Todo],
required: true,
- description: 'The global id of the todo to restore'
+ description: 'The global ID of the todo to restore'
field :todo, Types::TodoType,
null: false,