Skip to content

Commit f9d94c6

Browse files
committed
Remove duplicate word in docs
1 parent 9c9833f commit f9d94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ If you need to _completely_ disable restart support (for example, because it doe
808808
If you work with an IDE that continuously compiles changed files, you might prefer to trigger restarts only at specific times.
809809
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.
810810

811-
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.
811+
NOTE: Any update to the file will trigger a check, but restart only actually occurs if Devtools has detected it has something to do.
812812

813813
To use a trigger file, set the `spring.devtools.restart.trigger-file` property to the name (excluding any path) of your trigger file.
814814
The trigger file must appear somewhere on your classpath.

0 commit comments

Comments
 (0)