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 86561ef4d03..db2ab50f6d5 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -925,7 +925,9 @@ with a specific library, you need to set a `System` property before calling If you work with an IDE that continuously compiles changed files, you might prefer to trigger restarts only at specific times. To do this you can use a "`trigger file`", which is a special file that must be modified when you want to actually trigger a restart check. -The trigger file could be updated manually, or via an IDE plugin. +Changing the file only triggers the check and the restart will only occur if Devtools has +detected it has to do something. The trigger file could be updated manually, or via an IDE +plugin. To use a trigger file use the `spring.devtools.restart.trigger-file` property.