summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/snippets/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/snippets/base.rb')
-rw-r--r--app/graphql/mutations/snippets/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/snippets/base.rb b/app/graphql/mutations/snippets/base.rb
index 5196bc5c7ed..acaa7b80843 100644
--- a/app/graphql/mutations/snippets/base.rb
+++ b/app/graphql/mutations/snippets/base.rb
@@ -6,7 +6,7 @@ module Mutations
field :snippet,
Types::SnippetType,
null: true,
- description: 'The snippet after mutation.'
+ description: 'Snippet after mutation.'
private