Skip to content

Commit dd86090

Browse files
authored
Update libraries.md (#5465)
1 parent f18e626 commit dd86090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/instrumentation/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ There might be some exceptions where you don't need to propagate context:
341341
context propagation in addition to active spans.
342342
- Put spans (trace context) created by library in the context explicitly,
343343
document how to access it.
344-
- Alow users to pass trace context in your context.
344+
- Allow users to pass trace context in your context.
345345
- Within the library, propagate trace context explicitly. Active spans might
346346
change during callbacks.
347347
- Capture active context from users on the public API surface as soon as you

0 commit comments

Comments
 (0)