Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus authored and marcphilipp committed Jun 7, 2023
1 parent abf89c0 commit 1cd8766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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` <<running-tests-config-params,
configuration parameter>> to `true`.
Expand Down

0 comments on commit 1cd8766

Please sign in to comment.