From 1cd8766a3a1c0a692554a774a676d65d9f622cba Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Tue, 6 Jun 2023 11:07:51 -0700 Subject: [PATCH] Fix typo --- .../docs/asciidoc/user-guide/advanced-topics/launcher-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.