Skip to content

Commit 5fcadce

Browse files
committed
Polish documentation
Closes gh-6576
1 parent 45bc63a commit 5fcadce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,9 @@ with a specific library, you need to set a `System` property before calling
925925
If you work with an IDE that continuously compiles changed files, you might prefer to
926926
trigger restarts only at specific times. To do this you can use a "`trigger file`", which
927927
is a special file that must be modified when you want to actually trigger a restart check.
928-
The trigger file could be updated manually, or via an IDE plugin.
928+
Changing the file only triggers the check and the restart will only occur if Devtools has
929+
detected it has to do something. The trigger file could be updated manually, or via an IDE
930+
plugin.
929931

930932
To use a trigger file use the `spring.devtools.restart.trigger-file` property.
931933

0 commit comments

Comments
 (0)