Skip to content

Commit 9a4c170

Browse files
committed
Merge branch '3.3.x'
Closes gh-41869
2 parents 1511296 + bf9dbab commit 9a4c170

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages

1 file changed

+2
-2
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/run.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable it, just add the following dependency to your project:
2424
include::example$running/devtools-pom.xml[tags=devtools]
2525
----
2626

27-
When `devtools` is running, it detects change when you recompile your application and automatically refreshes it.
27+
When `devtools` is running, it detects changes when you recompile your application and automatically refreshes it.
2828
This works for not only resources but code as well.
2929
It also provides a LiveReload server so that it can automatically trigger a browser refresh whenever things change.
3030

@@ -36,7 +36,7 @@ Just include the following property in your project:
3636
spring.devtools.remote.restart.enabled=false
3737
----
3838

39-
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now be disabled in favour of the solution described above.
39+
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now been disabled in favour of the solution described above.
4040
You can restore it at any time by configuring your project:
4141

4242
[source,xml,subs="verbatim,attributes"]

0 commit comments

Comments
 (0)