diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 85f610b98c9..522d1c4604d 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1376,7 +1376,7 @@ the following provided libraries: * Mockito -- A Java mocking framework. These are common libraries that we generally find useful when writing Tests. You are free -to replace them if they don't suit your needs. +to add additional test dependencies of your own if these don't suit your needs.