Fix command reference in doc

Closes gh-12434
This commit is contained in:
Stephane Nicoll 2018-03-12 09:05:16 +01:00
parent 44346b0771
commit ff1dd9e3d8
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ restart the application>>.
As DevTools monitors classpath resources, the only way to trigger a restart is to update
the classpath. The way in which you cause the classpath to be updated depends on the IDE
that you are using. In Eclipse, saving a modified file will cause the classpath to be
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Make
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Build
Project`) will have the same effect.
****