From 85621a34fb29ca51b4015fe88110135360178152 Mon Sep 17 00:00:00 2001 From: Andrew Landsverk Date: Sat, 11 Jul 2015 10:06:24 -0500 Subject: [PATCH] Fix typo in devtools doc Closes gh-3463 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 0650b9d7c7..d55d6593f6 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1845,7 +1845,7 @@ The `spring-boot-devtools` module includes support for automatic application res Whilst not as fast a technologies such as http://zeroturnaround.com/software/jrebel/[JRebel] or https://github.com/spring-projects/spring-loaded[Spring Loaded] it's usually significantly faster than a "`cold start`". You should probably give it a try before -investigating some of the more complex reload options discussed bellow. +investigating some of the more complex reload options discussed below. For more details see the <> section.