Skip to content

Commit ff1dd9e

Browse files
committed
Fix command reference in doc
Closes gh-12434
1 parent 44346b0 commit ff1dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ restart the application>>.
826826
As DevTools monitors classpath resources, the only way to trigger a restart is to update
827827
the classpath. The way in which you cause the classpath to be updated depends on the IDE
828828
that you are using. In Eclipse, saving a modified file will cause the classpath to be
829-
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Make
829+
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Build
830830
Project`) will have the same effect.
831831
****
832832

0 commit comments

Comments
 (0)