Skip to content

Commit e6f89c1

Browse files
John Blumwilkinsona
authored andcommitted
Correct grammar in 'Running your Application with Maven'
See gh-41840
1 parent ef09753 commit e6f89c1

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

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

Lines changed: 2 additions & 2 deletions
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)