From fbf6f8509e6776329c375c5d78a182c64d65baf9 Mon Sep 17 00:00:00 2001 From: "Ciro S. Costa" Date: Mon, 20 Jan 2020 11:52:08 -0500 Subject: [PATCH] release-notes: fix typos Signed-off-by: Ciro S. Costa --- release-notes/latest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/latest.md b/release-notes/latest.md index 8083ca0d8..c03c2ff92 100644 --- a/release-notes/latest.md +++ b/release-notes/latest.md @@ -10,12 +10,12 @@ * Add experimental support for exposing traces to [Jaeger] or [Stackdriver]. -With this feature enaled (via `--tracing-(jaeger|stackdriver)-*` variables in +With this feature enabled (via `--tracing-(jaeger|stackdriver)-*` variables in `concourse web`), the `web` node starts recording traces that represent the various steps that a build goes through, sending them to the configured trace collector. #4607 -As ths feature is being built using [OpenTelemetry], expect to have support for +As this feature is being built using [OpenTelemetry], expect to have support for other systems soon. [OpenTelemetry]: https://opentelemetry.io/