Skip to content

Commit

Permalink
Fixed typos in the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
  • Loading branch information
Krishna Kondaka committed Jan 10, 2024
1 parent d2f107b commit 3ba6e2f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data-prepper-plugins/truncate-processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ pipeline:
record_type: "event"
format: "json"
processor:
- trucate_string:
entries:
- source: "message"
length: 5
- truncate:
source: "message"
length: 5
sink:
- stdout:
```
Expand Down Expand Up @@ -62,7 +61,7 @@ pipeline:
record_type: "event"
format: "json"
processor:
- trucate:
- truncate:
source: "message"
length: 5
start_at: 7
Expand Down

0 comments on commit 3ba6e2f

Please sign in to comment.