Fix typo in `my-property'

Closes gh-22500
This commit is contained in:
DamianChlod 2019-03-03 21:35:33 +01:00 committed by Stephane Nicoll
parent 5d8a34fee6
commit fe458aabde
1 changed files with 1 additions and 1 deletions

View File

@ -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]