Skip to content

Commit 2137cc4

Browse files
committed
Merge pull request #22500 from DamianChlod
* pr/22500: Fix typo in `my-property'
2 parents 5d8a34f + fe458aa commit 2137cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8478,7 +8478,7 @@ context parameters. It can optionally enable a {api-spring-framework}/jndi/JndiP
84788478
See the javadoc for details.
84798479

84808480
Concretely, when you use the `StandardEnvironment`, the call to `env.containsProperty("my-property")`
8481-
returns true if a `my-property` system property or `my-propertyi` environment variable is present at
8481+
returns true if a `my-property` system property or `my-property` environment variable is present at
84828482
runtime.
84838483

84848484
[TIP]

0 commit comments

Comments
 (0)