Skip to content

Commit e9da0c2

Browse files
committed
Correct grammar in 'Running your Application with Maven'
Closes gh-41868
1 parent 80115ab commit e9da0c2

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To enable it, just add the following dependency to your project:
2323
include::../maven/running/devtools-pom.xml[tags=devtools]
2424
----
2525

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

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

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

4141
[source,xml,indent=0,subs="verbatim,attributes",tabsize=4]

0 commit comments

Comments
 (0)