From 5c1b4182a7de42ee5c42a59fbe03470fe93fad3e Mon Sep 17 00:00:00 2001 From: neuronull Date: Tue, 6 Jun 2023 12:21:56 -0600 Subject: [PATCH] fix(docs): fix copy-paste issue in component spec --- docs/specs/component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/component.md b/docs/specs/component.md index 8a8856995dea5..20e43b4bf5ec3 100644 --- a/docs/specs/component.md +++ b/docs/specs/component.md @@ -158,7 +158,7 @@ the reception of Vector events from an upstream component. #### ComponentBytesSent -*Sinks* MUST emit a `ComponentBytesReceived` event that represent the transmission of bytes. +*Sinks* MUST emit a `ComponentBytesSent` event that represent the transmission of bytes. - Emission - MUST emit a `ComponentBytesSent` event immediately after sending bytes to the downstream target,