Skip to content

Commit a63b519

Browse files
committed
Polishing.
1 parent 622087a commit a63b519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/value-expressions.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can find real-life context extensions at https://github.com/spring-projects/
239239
[[valueexpressions.property-placeholders]]
240240
== Property Placeholders
241241

242-
Property placeholders refer to properties provided typically by a `PropertySource` through `Environment`.
242+
Property placeholders following the form `${…}` refer to properties provided typically by a `PropertySource` through `Environment`.
243243
Properties are useful to resolve against system properties, application configuration files, environment configuration or property sources contributed by secret management systems.
244244
You can find more details on the property placeholders in {spring-framework-docs}/core/beans/annotation-config/value-annotations.html#page-title[Spring Framework's documentation on `@Value` usage].
245245

0 commit comments

Comments
 (0)