diff --git a/content/en/tracing/trace_collection/library_config/php.md b/content/en/tracing/trace_collection/library_config/php.md
index 16f5c859cc43f..ab841d9bfc9bc 100644
--- a/content/en/tracing/trace_collection/library_config/php.md
+++ b/content/en/tracing/trace_collection/library_config/php.md
@@ -144,7 +144,7 @@ in version `0.96.0`.
`DD_PROFILING_EXCEPTION_SAMPLING_DISTANCE`
: **INI**: `datadog.profiling.exception_sampling_distance`. INI available since `0.96.0`.
**Default**: `100`
-Configure the sampling distance for exceptions. The higher the sampling distance, the fewer samples are created and the lower the overhead.
+Configure the sampling distance for exceptions. The higher the sampling distance, the fewer samples are created and the lower the overhead.
**Note**: This supersedes the `DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE` environment variable (`datadog.profiling.experimental_exception_sampling_distance` INI setting), which was available since `0.92`. If both are set, this one takes precedence.
`DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED`