From 82dad4a16ccdf2e14c72ddfe9d0b1a0ff03b88d4 Mon Sep 17 00:00:00 2001 From: Takamasa Matsui <59013192+tkmsaaaam@users.noreply.github.com> Date: Mon, 6 May 2024 01:44:25 +0900 Subject: [PATCH] replace 'hello' Span with span (#4418) Co-authored-by: Phillip Carter --- content/en/docs/concepts/signals/traces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/signals/traces.md b/content/en/docs/concepts/signals/traces.md index ca39a029fc69..1ea0b8bc4e00 100644 --- a/content/en/docs/concepts/signals/traces.md +++ b/content/en/docs/concepts/signals/traces.md @@ -118,7 +118,7 @@ that matches the `span_id` of the `hello` span. ``` This span represents the third operation in this trace and, like the previous -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 `hello-greetings` span. These three blocks of JSON all share the same `trace_id`, and the `parent_id`