From f9d94c6ed080c45bc96a76e134d9db5bb038f900 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 19 Sep 2019 16:30:25 -0700 Subject: [PATCH] Remove duplicate word in docs --- .../spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 55bb7a13f32..2205843566e 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -808,7 +808,7 @@ If you need to _completely_ disable restart support (for example, because it doe If you work with an IDE that continuously compiles changed files, you might prefer to trigger restarts only at specific times. To do so, you can use a "`trigger file`", which is a special file that must be modified when you want to actually trigger a restart check. -NOTE: Any update to the file file will trigger a check, but restart only actually occurs if Devtools has detected it has something to do. +NOTE: Any update to the file will trigger a check, but restart only actually occurs if Devtools has detected it has something to do. To use a trigger file, set the `spring.devtools.restart.trigger-file` property to the name (excluding any path) of your trigger file. The trigger file must appear somewhere on your classpath.