Skip to content

Commit

Permalink
Fix a typo (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie authored May 7, 2024
1 parent 8d927cb commit 77e8a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ HTTP headers.

### Context propagation between threads

THe following example demonstrates how to propagate the context between threads:
The following example demonstrates how to propagate the context between threads:

```java
io.opentelemetry.context.Context context = io.opentelemetry.context.Context.current();
Expand Down

0 comments on commit 77e8a3c

Please sign in to comment.