diff --git a/spacelift/resource_audit_trail_webhook.go b/spacelift/resource_audit_trail_webhook.go index 552d85dd..834e6faf 100644 --- a/spacelift/resource_audit_trail_webhook.go +++ b/spacelift/resource_audit_trail_webhook.go @@ -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.", }, }, }