Skip to content

Commit

Permalink
fix(docs): fix copy-paste issue in component spec
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Jun 6, 2023
1 parent a932489 commit 5c1b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specs/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c1b418

Please sign in to comment.