Skip to content

Commit 82dad4a

Browse files
tkmsaaaamcartermp
andauthored
replace 'hello' Span with span (#4418)
Co-authored-by: Phillip Carter <[email protected]>
1 parent 762aedc commit 82dad4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/signals/traces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ that matches the `span_id` of the `hello` span.
118118
```
119119

120120
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
121+
one, it's a child of the `hello` span. That also makes it a sibling of the
122122
`hello-greetings` span.
123123

124124
These three blocks of JSON all share the same `trace_id`, and the `parent_id`

0 commit comments

Comments
 (0)