Skip to content

Commit 05698e1

Browse files
committed
Polish
1 parent 9a666d3 commit 05698e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,11 +945,12 @@ points to a folder will be monitored for changes.
945945

946946
.Triggering a change
947947
****
948-
DevTools _only_ monitors classpath resources so the only way to trigger a change is to
948+
As DevTools _only_ monitors classpath resources, the only way to trigger a change is to
949949
update the classpath. On Eclipse, saving is actually updating the project, compiling or
950950
copying resources for you as part of the save action. If you are using Intellij IDEA,
951-
there is no such thing as a save action since the resources are saved automatically for
952-
you; please use the `Build` -> `Make Project` action to achieve the same result.
951+
there is no such thing as a save action since the resources are saved automatically.
952+
Intellij users will need to remover to use the `Build` -> `Make Project` action to achieve
953+
the same result.
953954
****
954955

955956
NOTE: You can also start your application via the supported build plugins (i.e. Maven and

0 commit comments

Comments
 (0)