diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 0db3ea8a6c47ebaf26d4ad2848b19a59625a843d..dfcc1676c4a6e9d4532581b95e169ec16a135ec7 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]