Missing space destroys formatting in doc

This commit is contained in:
bjornerik 2014-05-28 00:12:47 +02:00 committed by Dave Syer
parent 27aa644b52
commit 021f8eba03
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ that any HTTP request with the path "`/`" should be mapped to the `home` method.
`@RestController` annotation tells Spring to render the resulting string directly
back to the caller.
TIP: The `@RestController` and`@RequestMapping` annotations are Spring MVC
TIP: The `@RestController` and `@RequestMapping` annotations are Spring MVC
annotations (they are not specific to Spring Boot). See the
<{spring-reference}/#mvc>[MVC section] in the Spring
Reference Documentation for more details.