summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/clusters/agents/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/clusters/agents/create.rb')
-rw-r--r--app/graphql/mutations/clusters/agents/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/clusters/agents/create.rb b/app/graphql/mutations/clusters/agents/create.rb
index deaa9c2d656..8be1e0e524a 100644
--- a/app/graphql/mutations/clusters/agents/create.rb
+++ b/app/graphql/mutations/clusters/agents/create.rb
@@ -12,7 +12,7 @@ module Mutations
argument :project_path, GraphQL::Types::ID,
required: true,
- description: 'Full path of the associated project for this cluster agent.'
+ description: 'Full path of the associated project for the cluster agent.'
argument :name, GraphQL::Types::String,
required: true,