Skip to content

Commit

Permalink
fix: label typo for record headers
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Nov 13, 2024
1 parent 583a722 commit 0b7142a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extkafka/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ var (
}
recordHeaders = action_kit_api.ActionParameter{
Name: "recordHeaders",
Label: "Record RecordHeaders",
Description: extutil.Ptr("The Record RecordHeaders."),
Label: "Record Headers",
Description: extutil.Ptr("The Record Headers."),
Type: action_kit_api.KeyValue,
Order: extutil.Ptr(4),
}
Expand Down

0 comments on commit 0b7142a

Please sign in to comment.