Skip to content

Commit 080e189

Browse files
committed
Fix broken syntax
1 parent 65fda8d commit 080e189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
If the value is empty or not defined (i.e. <<<<my-property/>>>>), the system property
4343
is set with an empty String as the value. Maven trims values specified in the pom so it
4444
is not possible to specify a System property who needs to start or end with a space via
45-
this mechanism: consider using <<<jvmArguments>> instead.
45+
this mechanism: consider using <<<jvmArguments>>> instead.
4646

4747
Any String typed Maven variable can be passed as system properties. Any attempt to pass
4848
any other Maven variable type (e.g. a <<<List>>> or a <<<URL>>> variable) will cause the

0 commit comments

Comments
 (0)