diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index b70dc6aaa2b..1dd46b23853 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -8610,11 +8610,11 @@ documentation] for more details. You also need to {junit5-documentation}/#writing-tests-test-instance-lifecycle-changing-default[switch test instance lifecycle to "per-class"]. -For mocking Kotlin classes, using https://mockk.io/[Mockk] is recommended. If you need the -Mockk equivalent of the Mockito specific -<>, -you can use https://github.com/Ninja-Squad/springmockk[SpringMockK] which provides similar `@MockkBean` -and `@SpykBean` annotations. +To mock Kotlin classes, https://mockk.io/[Mockk] is recommended. If you need the `Mockk` +equivalent of the Mockito specific +<>, you can use https://github.com/Ninja-Squad/springmockk[SpringMockK] which +provides similar `@MockkBean` and `@SpykBean` annotations.