Merge pull request #12722 from attilapapai:master

* pr/12722:
  Add space between right parentheses and next word
This commit is contained in:
Stephane Nicoll
2018-04-03 10:05:56 +02:00

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.