From ff1dd9e3d84b1baac7888829cda5655b86490cb9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Mar 2018 09:05:16 +0100 Subject: [PATCH] Fix command reference in doc Closes gh-12434 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index c04c8a5dbc..6fa6a132d8 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -826,7 +826,7 @@ restart the application>>. As DevTools monitors classpath resources, the only way to trigger a restart is to update the classpath. The way in which you cause the classpath to be updated depends on the IDE that you are using. In Eclipse, saving a modified file will cause the classpath to be -updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Make +updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Build Project`) will have the same effect. ****