From 95385cecba7529ac9ba63a1257a7683399d073ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20P=C3=A1pai?= Date: Mon, 2 Apr 2018 22:21:31 +0200 Subject: [PATCH] Add space between right parentheses and next word Closes gh-12722 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 07b2376ef3..4d9061e5b0 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.