diff --git a/propagation/propagation.go b/propagation/propagation.go index 8c8286aab..36c021ac5 100644 --- a/propagation/propagation.go +++ b/propagation/propagation.go @@ -131,7 +131,7 @@ func (p compositeTextMapPropagator) Fields() []string { // NewCompositeTextMapPropagator returns a unified TextMapPropagator from the // group of passed TextMapPropagator. This allows different cross-cutting -// concerns to be propagates in a unified manner. +// concerns to be propagated in a unified manner. // // The returned TextMapPropagator will inject and extract cross-cutting // concerns in the order the TextMapPropagators were provided. Additionally,