summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/boards/lists/destroy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/boards/lists/destroy.rb')
-rw-r--r--app/graphql/mutations/boards/lists/destroy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/boards/lists/destroy.rb b/app/graphql/mutations/boards/lists/destroy.rb
index a50b5f73455..4ffb95abe64 100644
--- a/app/graphql/mutations/boards/lists/destroy.rb
+++ b/app/graphql/mutations/boards/lists/destroy.rb
@@ -9,7 +9,7 @@ module Mutations
field :list,
Types::BoardListType,
null: true,
- description: 'The list after mutation.'
+ description: 'List after mutation.'
argument :list_id, ::Types::GlobalIDType[::List],
required: true,