From 6f69f623660f3999c842e7a860c2f004ed0d47d2 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Mon, 6 Feb 2023 11:20:24 -0500 Subject: [PATCH] Connectors readme typo (#7126) --- connector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/README.md b/connector/README.md index 7212d8fa02b..fdc5da30853 100644 --- a/connector/README.md +++ b/connector/README.md @@ -1,6 +1,6 @@ # Connectors -A connector is both and exporter and receiver. It consumes data as an exporter in one pipeline +A connector is both an exporter and receiver. It consumes data as an exporter in one pipeline and emits data as a receiver in 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.