Add space between right parentheses and next word

Closes gh-12722
This commit is contained in:
Attila Pápai
2018-04-02 22:21:31 +02:00
committed by Stephane Nicoll
parent 18a860d969
commit 95385cecba

View File

@@ -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.