Skip to content

Commit 9fd8466

Browse files
fix replace words in doc (#10896)
corrects the description by replacing words in readme
1 parent d3d5e06 commit 9fd8466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Connectors
22

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

0 commit comments

Comments
 (0)