Skip to content

Commit a001f98

Browse files
authored
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.
1 parent 40bbb8c commit a001f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tracing across the stack follows, as much as possible, the [Open Telemetry]
44
specifications. Configuration environment variables are specified in the
55
[OpenTelemetry Environment Variable Specification].
66

7-
We use the [opentelemtry-go] package, which currently does not have default support
7+
We use the [opentelemetry-go] package, which currently does not have default support
88
for the `OTEL_TRACES_EXPORTER` environment variables. Therefore, we provide some
99
helper functions under [`boxo/tracing`](../tracing/) to support these.
1010

0 commit comments

Comments
 (0)