Skip to content

Commit

Permalink
Fix a typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdaeho authored and mhalbritter committed Dec 5, 2022
1 parent b56906a commit f1edd17
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 f1edd17

Please sign in to comment.