We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762aedc commit 82dad4aCopy full SHA for 82dad4a
content/en/docs/concepts/signals/traces.md
@@ -118,7 +118,7 @@ that matches the `span_id` of the `hello` span.
118
```
119
120
This span represents the third operation in this trace and, like the previous
121
-one, it's a child of the 'hello' Span. That also makes it a sibling of the
+one, it's a child of the `hello` span. That also makes it a sibling of the
122
`hello-greetings` span.
123
124
These three blocks of JSON all share the same `trace_id`, and the `parent_id`
0 commit comments