From 61d36666cf7000c69024f058a45c532799c13f2b Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:48:30 -0800 Subject: [PATCH] Update specification/collector/README.md Co-authored-by: Jacob Aronoff --- specification/collector/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/collector/README.md b/specification/collector/README.md index 4a53d9150d8..4e837d69e9f 100644 --- a/specification/collector/README.md +++ b/specification/collector/README.md @@ -54,7 +54,7 @@ are version-compatible with the Golang Component API defined in the `github.com/ An OpenTelemetry Collector Distribution (Distro) is a compiled instance of an OpenTelemetry Collector with a specific set of components and features. A -Distribution _SHOULD_ provide users with tools and/or documentation for adding -their own components to the Distribution. Note that the resulting +Distribution author _SHOULD_ provide users with tools and/or documentation for adding +their own components to the Distribution's components. Note that the resulting binary from updating a Distribution to include new components is a different Distribution.