We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfa893 commit 1266bc1Copy full SHA for 1266bc1
packages/opentelemetry/src/types.ts
@@ -19,7 +19,7 @@ export interface OpenTelemetrySpanContext {
19
* The base `Span` type is basically a `WriteableSpan`.
20
* There are places where we basically want to allow passing _any_ span,
21
* so in these cases we type this as `AbstractSpan` which could be either a regular `Span` or a `ReadableSpan`.
22
- * You'll have to make sur to check revelant fields before accessing them.
+ * You'll have to make sure to check relevant fields before accessing them.
23
*
24
* Note that technically, the `Span` exported from `@opentelemwetry/sdk-trace-base` matches this,
25
* but we cannot be 100% sure that we are actually getting such a span, so this type is more defensive.
0 commit comments