Skip to content

Commit 4cc7cc5

Browse files
committed
fix doc upper case
1 parent 9912019 commit 4cc7cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datadog/resource_datadog_security_monitoring_default_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func resourceDatadogSecurityMonitoringDefaultRule() *schema.Resource {
4949
"action": {
5050
Type: schema.TypeList,
5151
Optional: true,
52-
Description: "Action to perform when the case triggerS",
52+
Description: "Action to perform when the case triggers",
5353
Elem: &schema.Resource{
5454
Schema: map[string]*schema.Schema{
5555
"type": {

docs/resources/security_monitoring_default_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Required:
5050

5151
Optional:
5252

53-
- `action` (Block List) Action to perform when the case triggerS (see [below for nested schema](#nestedblock--case--action))
53+
- `action` (Block List) Action to perform when the case triggers (see [below for nested schema](#nestedblock--case--action))
5454

5555
<a id="nestedblock--case--action"></a>
5656
### Nested Schema for `case.action`

0 commit comments

Comments
 (0)