Skip to content

Commit 33b24b0

Browse files
committed
spelling: workaround
Signed-off-by: Josh Soref <[email protected]>
1 parent bc8b1ce commit 33b24b0

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/collector/building/connector

1 file changed

+5
-5
lines changed

content/en/docs/collector/building/connector/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ services. Both these processors ingest trace data and convert them to metrics
4141
data. Since pipelines in the OpenTelemetry Collector are for only one type of
4242
data, it is necessary to convert the trace data from the processor in the traces
4343
pipeline and send it to the metrics pipeline. Historically, some processors
44-
transmitted data by making use of a work-around that follows a bad practice
45-
where a processor directly exports data after processing. The connector
46-
component solves the need for this work-around and the processors that used the
47-
work around have been deprecated. On the same line, above mentioned processors
48-
are also now deprecated in recent releases and are replaced by the connectors.
44+
transmitted data by making use of a workaround that follows a bad practice where
45+
a processor directly exports data after processing. The connector component
46+
solves the need for this work-around and the processors that used the work
47+
around have been deprecated. On the same line, above mentioned processors are
48+
also now deprecated in recent releases and are replaced by the connectors.
4949

5050
Additional details about the connector's full capabilities can be found at the
5151
following links:

0 commit comments

Comments
 (0)