From ac290cdb43478bc5dcce980e6ce6406468a464fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 26 Feb 2026 15:18:08 +0000 Subject: [PATCH] Polish See gh-48971 --- .../src/docs/antora/modules/reference/pages/using/devtools.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc index a0664e59ba6..1c5ac7dc143 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc @@ -291,7 +291,7 @@ The `spring-boot-devtools` module includes an embedded LiveReload server that ca LiveReload browser extensions are freely available for Chrome, Firefox and Safari. You can find these extensions by searching 'LiveReload' in the marketplace or store of your chosen browser. -If you want to start the LiveReload server when your application runs, you can set the `spring.devtools.livereload.enabled` property to `true`. +If you want to start the LiveReload server when your application runs, you can set the configprop:spring.devtools.livereload.enabled[deprecated] property to `true`. NOTE: You can only run one LiveReload server at a time. Before starting your application, ensure that no other LiveReload servers are running.