Skip to content

Commit

Permalink
fix: typo in description
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Connelly <[email protected]>
  • Loading branch information
ilya-hontarau and adamconnelly authored Aug 12, 2024
1 parent f9db77f commit 606eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacelift/resource_audit_trail_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func resourceAuditTrailWebhook() *schema.Resource {
"custom_headers": {
Type: schema.TypeMap,
Optional: true,
Description: "`custom_headers` is a Map of key values strings, that will be passed as headers with audit trail requests.",
Description: "`custom_headers` is a Map of key-value strings, that will be passed as headers with audit trail requests.",
},
},
}
Expand Down

0 comments on commit 606eebb

Please sign in to comment.