From 169fd53976ffaa4a089fa0eef0512c30b8b5b2fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Nov 2015 10:23:23 +0000 Subject: [PATCH] Fix typo Closes gh-4515 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e971d77118..c97df00530 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -949,8 +949,8 @@ 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 will need to remover to use the `Build` -> `Make Project` action to achieve -the same result. +Intellij users should use the `Build` -> `Make Project` action to achieve the same +result. **** NOTE: You can also start your application via the supported build plugins (i.e. Maven and