Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/mutation_operation_mode_enum.rb')
-rw-r--r--app/graphql/types/mutation_operation_mode_enum.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/graphql/types/mutation_operation_mode_enum.rb b/app/graphql/types/mutation_operation_mode_enum.rb
index 37e83e7a2e1..75c1d7cd4a6 100644
--- a/app/graphql/types/mutation_operation_mode_enum.rb
+++ b/app/graphql/types/mutation_operation_mode_enum.rb
@@ -7,8 +7,8 @@ module Types
# Suggested param name for the enum: `operation_mode`
- value 'REPLACE', 'Performs a replace operation'
- value 'APPEND', 'Performs an append operation'
- value 'REMOVE', 'Performs a removal operation'
+ value 'REPLACE', 'Performs a replace operation.'
+ value 'APPEND', 'Performs an append operation.'
+ value 'REMOVE', 'Performs a removal operation.'
end
end