Skip to content

Commit 012a956

Browse files
committed
Fix typo in doc
1 parent 33b9321 commit 012a956

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt

1 file changed

+2
-2
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Usage
6262

6363
Devtools is automatically excluded by default (you can control that using the
6464
<<<excludeDevtools>>> property). In order to make that work with <<<war>>> packaging,
65-
the `spring-boot-devtools` dependency must be set as <<<optional>>> or with the
65+
the <<<spring-boot-devtools>>> dependency must be set as <<<optional>>> or with the
6666
<<<provided>>> scope.
6767

6868
The original (i.e. non executable) artifact is renamed to <<<.original>>> by default but it is also
@@ -219,7 +219,7 @@ spring.devtools.remote.restart.enabled=false
219219
* Working with integration tests
220220

221221
While you may start your Spring Boot application very easily from your test (or test suite) itself,
222-
it may be desirable to handle that in the build itself. To make sure that the lifecycle of you Spring
222+
it may be desirable to handle that in the build itself. To make sure that the lifecycle of your Spring
223223
Boot application is properly managed <around> your integration tests, you can use the <<<start>>> and
224224
<<<stop>>> goals as described below:
225225

0 commit comments

Comments
 (0)