diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md
index a18fdc2d906..97a19518277 100644
--- a/content/en/tracing/trace_collection/library_config/java.md
+++ b/content/en/tracing/trace_collection/library_config/java.md
@@ -430,8 +430,7 @@ When set to `true`, stop extracting trace context when a valid one is found.
`dd.propagate.context`
: **Environment Variable**: `DD_PROPAGATE_CONTEXT`
**Default**: `false`
-When `true`, distributed trace context (for example, `tracecontext` and `baggage` headers) is extracted and injected even when tracing is disabled (`dd.trace.enabled=false`). Spans are created to carry and propagate context, but traces are not reported to Datadog. This lets a service participate in context propagation without sending trace data. Has no effect when tracing is enabled.
-
+When `true`, distributed trace context (for example, `tracecontext` and `baggage` headers) is extracted and injected even when tracing is disabled (`dd.trace.enabled=false`). Spans are created to carry and propagate context, but traces are not reported to Datadog. This lets a service participate in context propagation without sending trace data. Has no effect when tracing is enabled.
### JMX metrics