We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18e626 commit dd86090Copy full SHA for dd86090
content/en/docs/concepts/instrumentation/libraries.md
@@ -341,7 +341,7 @@ There might be some exceptions where you don't need to propagate context:
341
context propagation in addition to active spans.
342
- Put spans (trace context) created by library in the context explicitly,
343
document how to access it.
344
- - Alow users to pass trace context in your context.
+ - Allow users to pass trace context in your context.
345
- Within the library, propagate trace context explicitly. Active spans might
346
change during callbacks.
347
- Capture active context from users on the public API surface as soon as you
0 commit comments