Skip to content

Commit e5df070

Browse files
authored
fix: Typos (#15401)
1 parent 6df5e4d commit e5df070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/span-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface Span {
5252
When implementing the span interface, consider the following guidelines:
5353

5454
- SDKs MAY implement additional APIs, such as getters/setters for properties (e.g. `span.getStatus()`), or additional methods for convenience (e.g. `Span::spanContext()`).
55-
- SDK implementers SHOULD dissalow direct mutation (without setters) of span properties such as the span name, depending on the plaform and the challenges involved.
55+
- SDK implementers SHOULD disallow direct mutation (without setters) of span properties such as the span name, depending on the platform and the challenges involved.
5656
- SDK implementers MAY disallow direct read access to span properties, depending on the platform and the challenges involved.
5757

5858
## Span Starting APIs

0 commit comments

Comments
 (0)