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.