Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
docs: fix typo tracce (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Dec 8, 2021
1 parent e4aa21b commit 0b4115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function onGet(request, response) {
const span = tracer.startSpan(`GET /user/:id`, {
// attributes can be added when the span is started
attributes: {
// Attributes from the HTTP tracce semantic conventions
// Attributes from the HTTP trace semantic conventions
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md
[SemanticAttributes.HTTP_METHOD]: "GET",
[SemanticAttributes.HTTP_FLAVOR]: "1.1",
Expand Down

0 comments on commit 0b4115c

Please sign in to comment.