summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/todos/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/todos/create.rb')
-rw-r--r--app/graphql/mutations/todos/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/todos/create.rb b/app/graphql/mutations/todos/create.rb
index 814f7ec4fc4..b6250b0228c 100644
--- a/app/graphql/mutations/todos/create.rb
+++ b/app/graphql/mutations/todos/create.rb
@@ -14,7 +14,7 @@ module Mutations
field :todo, Types::TodoType,
null: true,
- description: 'The to-do created.'
+ description: 'The to-do item created.'
def resolve(target_id:)
id = ::Types::GlobalIDType[Todoable].coerce_isolated_input(target_id)