Fix typo in Data Prepper doc (#1550)

This commit is contained in:
Naarcha-AWS 2022-10-13 14:53:45 -05:00 committed by GitHub
parent d664344b04
commit 15697d9bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Data Prepper lets users build custom pipelines to improve the operational view o
Data Prepper is compromised of one or more **Pipelines** that collect and filter data based on the components set within the pipeline. Each component is pluggable, enabling you to use your own custom implementation of each component. These components include the following:
- One [source](#source)
- One or more[sinks](#sink)
- One or more [sinks](#sink)
- (Optional) One [buffer](#buffer)
- (Optional) One or more[processors](#processor)