summaryrefslogtreecommitdiff
path: root/app/graphql/types/commit_action_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/commit_action_type.rb')
-rw-r--r--app/graphql/types/commit_action_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/commit_action_type.rb b/app/graphql/types/commit_action_type.rb
index b170134b388..6f6d6a418dc 100644
--- a/app/graphql/types/commit_action_type.rb
+++ b/app/graphql/types/commit_action_type.rb
@@ -3,7 +3,7 @@
module Types
class CommitActionType < BaseInputObject
argument :action, type: Types::CommitActionModeEnum, required: true,
- description: 'The action to perform, create, delete, move, update, chmod.'
+ description: 'Action to perform: create, delete, move, update, or chmod.'
argument :file_path, type: GraphQL::Types::String, required: true,
description: 'Full path to the file.'
argument :content, type: GraphQL::Types::String, required: false,