From 52a7ebcc528715a91e37b25387ec5b383694dd39 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Tue, 4 Nov 2025 17:28:16 +0100 Subject: [PATCH] fix: Typos --- develop-docs/sdk/telemetry/spans/span-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/sdk/telemetry/spans/span-api.mdx b/develop-docs/sdk/telemetry/spans/span-api.mdx index 4993fcaae1a4b..57322c9297c02 100644 --- a/develop-docs/sdk/telemetry/spans/span-api.mdx +++ b/develop-docs/sdk/telemetry/spans/span-api.mdx @@ -52,7 +52,7 @@ interface Span { When implementing the span interface, consider the following guidelines: - SDKs MAY implement additional APIs, such as getters/setters for properties (e.g. `span.getStatus()`), or additional methods for convenience (e.g. `Span::spanContext()`). -- SDK implementers SHOULD dissalow direct mutation (without setters) of span properties such as the span name, depending on the plaform and the challenges involved. +- SDK implementers SHOULD disallow direct mutation (without setters) of span properties such as the span name, depending on the platform and the challenges involved. - SDK implementers MAY disallow direct read access to span properties, depending on the platform and the challenges involved. ## Span Starting APIs