diff --git a/documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc b/documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc index 6257d266c293..9b4722dcd6b3 100644 --- a/documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc +++ b/documentation/src/docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc @@ -168,7 +168,7 @@ include::{testDir}/example/session/HttpTests.java[tags=user_guide] In order to intercept the creation of instances of `{Launcher}` and `{LauncherSessionListener}` and calls to the `discover` and `execute` methods of the -former, clients can registercustom implementations of `{LauncherInterceptor}` via Java's +former, clients can register custom implementations of `{LauncherInterceptor}` via Java's `{ServiceLoader}` mechanism by additionally setting the `junit.platform.launcher.interceptors.enabled` <> to `true`.