fix replace words in doc (#10896)

corrects the description by replacing words in readme
This commit is contained in:
akshaychopra5207 2024-08-16 17:20:30 +04:00 committed by GitHub
parent d3d5e06080
commit 9fd84668bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Connectors
A connector is both an exporter and receiver. As the name suggests a Connector connects
two pipelines: it consumes data as an exporter at the end of one pipeline and emits data
two pipelines: it emits data as an exporter at the end of one pipeline and consumes data
as a receiver at the start of another pipeline. It may consume and emit data of the same data
type, or of different data types. A connector may generate and emit data to summarize the
consumed data, or it may simply replicate or route data.