Merge pull request #33453 from ohdaeho

* 33453:
  Fix a typo in docs

Closes gh-33453
This commit is contained in:
Moritz Halbritter 2022-12-05 11:16:52 +01:00
commit e6bcd98e0c
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] [source,xml,subs="verbatim",indent=0]
---- ----
<Properties> <Properties>
<Property name="applicationName">${spring:spring.application.name}</property> <Property name="applicationName">${spring:spring.application.name}</Property>
</Properties> </Properties>
---- ----