From a001f988003036f166efddfc1cc20e3012a0cc87 Mon Sep 17 00:00:00 2001 From: 0xbasar <109233435+0xbasar@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:08:35 +0300 Subject: [PATCH] docs: remove typo from tracing.md (#531) It appears there's a typo in the package name. It should be opentelemetry-go instead of opentelemtry-go. --- docs/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing.md b/docs/tracing.md index ca7f0f7d0..5394fb7c6 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -4,7 +4,7 @@ Tracing across the stack follows, as much as possible, the [Open Telemetry] specifications. Configuration environment variables are specified in the [OpenTelemetry Environment Variable Specification]. -We use the [opentelemtry-go] package, which currently does not have default support +We use the [opentelemetry-go] package, which currently does not have default support for the `OTEL_TRACES_EXPORTER` environment variables. Therefore, we provide some helper functions under [`boxo/tracing`](../tracing/) to support these.