From 9374020b0e8de1e206c9ce9a7ab42af419d2719e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Apr 2017 17:00:16 +0100 Subject: [PATCH] =?UTF-8?q?Stop=20->=20from=20being=20replaced=20with=20?= =?UTF-8?q?=E2=86=92=20as=20the=20latter=20renders=20as=20#=20in=20PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes gh-8575 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 56f134119f2..b718a1d27b8 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -808,7 +808,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 +->+ Make Project`) will have the same effect. ****