From d4a7c09b4ebd4e57c5a62ae993ee9ff8de61f3d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Nov 2015 11:21:23 +0000 Subject: [PATCH] Polish --- 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 c97df00530..9f0ffbde45 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -949,7 +949,7 @@ As DevTools _only_ monitors classpath resources, the only way to trigger a chang update the classpath. On Eclipse, saving is actually updating the project, compiling or copying resources for you as part of the save action. If you are using Intellij IDEA, there is no such thing as a save action since the resources are saved automatically. -Intellij users should use the `Build` -> `Make Project` action to achieve the same +Intellij IDEA users should use the `Build` -> `Make Project` action to achieve the same result. ****