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

Commit 0b4115c

Browse files
authored
docs: fix typo tracce (#138)
1 parent e4aa21b commit 0b4115c

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
@@ -87,7 +87,7 @@ async function onGet(request, response) {
8787
const span = tracer.startSpan(`GET /user/:id`, {
8888
// attributes can be added when the span is started
8989
attributes: {
90-
// Attributes from the HTTP tracce semantic conventions
90+
// Attributes from the HTTP trace semantic conventions
9191
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md
9292
[SemanticAttributes.HTTP_METHOD]: "GET",
9393
[SemanticAttributes.HTTP_FLAVOR]: "1.1",

0 commit comments

Comments
 (0)