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 07b2376ef303..4d9061e5b0ae 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 @@ -5999,7 +5999,7 @@ libraries. [[boot-features-test-scope-dependencies]] === Test Scope Dependencies -The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`)contains +The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the following provided libraries: * http://junit.org[JUnit]: The de-facto standard for unit testing Java applications.