Skip to content

Commit

Permalink
Merge pull request #33453 from ohdaeho
Browse files Browse the repository at this point in the history
* 33453:
  Fix a typo in docs

Closes gh-33453
  • Loading branch information
mhalbritter committed Dec 5, 2022
2 parents b56906a + f1edd17 commit e6bcd98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
----

Expand Down

0 comments on commit e6bcd98

Please sign in to comment.