summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/alert_management/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/alert_management/base.rb')
-rw-r--r--app/graphql/mutations/alert_management/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/alert_management/base.rb b/app/graphql/mutations/alert_management/base.rb
index 81d5ee95f06..8c6b4005cf8 100644
--- a/app/graphql/mutations/alert_management/base.rb
+++ b/app/graphql/mutations/alert_management/base.rb
@@ -11,7 +11,7 @@ module Mutations
argument :iid, GraphQL::STRING_TYPE,
required: true,
- description: "The iid of the alert to mutate"
+ description: "The IID of the alert to mutate"
field :alert,
Types::AlertManagement::AlertType,