From f1edd17a425d141500cfa48c553ff4b77efec113 Mon Sep 17 00:00:00 2001 From: Daniel Oh <34681713+ohdaeho@users.noreply.github.com> Date: Sun, 4 Dec 2022 05:19:22 +0900 Subject: [PATCH] Fix a typo in docs See gh-33453 --- .../spring-boot-docs/src/docs/asciidoc/features/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc index b49961c55393..509625143352 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc @@ -528,7 +528,7 @@ The following example shows how to set a Log4j2 property named `applicationName` [source,xml,subs="verbatim",indent=0] ---- - ${spring:spring.application.name} + ${spring:spring.application.name} ----