From fe458aabde4d4850d01b3d0b9e8dd078ea569e88 Mon Sep 17 00:00:00 2001 From: DamianChlod Date: Sun, 3 Mar 2019 21:35:33 +0100 Subject: [PATCH] Fix typo in `my-property' Closes gh-22500 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 0db3ea8a6c..dfcc1676c4 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -8478,7 +8478,7 @@ context parameters. It can optionally enable a {api-spring-framework}/jndi/JndiP See the javadoc for details. Concretely, when you use the `StandardEnvironment`, the call to `env.containsProperty("my-property")` -returns true if a `my-property` system property or `my-propertyi` environment variable is present at +returns true if a `my-property` system property or `my-property` environment variable is present at runtime. [TIP] -- GitLab