Skip to content

Commit 7c9ab5c

Browse files
committed
Minor documentation polish
1 parent a615f8a commit 7c9ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ You can then refer to your Gradle project's properties via placeholders, e.g.
355355
----
356356

357357
NOTE: Gradle's `expand` method uses Groovy's `SimpleTemplateEngine` which transforms
358-
`${..}` tokens. This `${..}` style conflicts with Spring's own property placeholder
358+
`${..}` tokens. The `${..}` style conflicts with Spring's own property placeholder
359359
mechanism. To use Spring property placeholders together with automatic expansion
360360
the Spring property placeholders need to be escaped like `\${..}`.
361361

0 commit comments

Comments
 (0)