Fix a typo in docs

See gh-33453
This commit is contained in:
Daniel Oh 2022-12-04 05:19:22 +09:00 committed by Moritz Halbritter
parent b56906a27f
commit f1edd17a42
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ The following example shows how to set a Log4j2 property named `applicationName`
[source,xml,subs="verbatim",indent=0]
----
<Properties>
<Property name="applicationName">${spring:spring.application.name}</property>
<Property name="applicationName">${spring:spring.application.name}</Property>
</Properties>
----