summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/customer_relations/organizations/update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/customer_relations/organizations/update.rb')
-rw-r--r--app/graphql/mutations/customer_relations/organizations/update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/customer_relations/organizations/update.rb b/app/graphql/mutations/customer_relations/organizations/update.rb
index c6ae62193f9..d8eb55d77e9 100644
--- a/app/graphql/mutations/customer_relations/organizations/update.rb
+++ b/app/graphql/mutations/customer_relations/organizations/update.rb
@@ -32,7 +32,7 @@ module Mutations
argument :description,
GraphQL::Types::String,
required: false,
- description: 'Description or notes for the organization.'
+ description: 'Description of or notes for the organization.'
def resolve(args)
organization = ::Gitlab::Graphql::Lazy.force(GitlabSchema.object_from_id(args.delete(:id), expected_type: ::CustomerRelations::Organization))