You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/11/30 12:09:30 UTC

[logging-log4j2] branch master updated: Fix typo in architecture.doc (#609)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new d35b606  Fix typo in architecture.doc (#609)
d35b606 is described below

commit d35b606816a1fc1b2356e900a355911ec02e19c5
Author: Oleksandr Andreiev <an...@gmail.com>
AuthorDate: Tue Nov 30 14:09:22 2021 +0200

    Fix typo in architecture.doc (#609)
    
    Co-authored-by: Oleksand Andreiev <andreyew89gmail.com>
---
 src/site/asciidoc/manual/architecture.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/asciidoc/manual/architecture.adoc b/src/site/asciidoc/manual/architecture.adoc
index 73fa6e1..f4af1bf 100644
--- a/src/site/asciidoc/manual/architecture.adoc
+++ b/src/site/asciidoc/manual/architecture.adoc
@@ -57,7 +57,7 @@ LoggerConfig if there are no ancestors between itself and the
 descendant LoggerConfig.
 
 For example, the LoggerConfig named `"com.foo"` is a parent of the
-LoggerConfig named`"com.foo.Bar"`. Similarly, `"java"` is a parent of
+LoggerConfig named `"com.foo.Bar"`. Similarly, `"java"` is a parent of
 `"java.util"` and an ancestor of `"java.util.Vector"`. This naming
 scheme should be familiar to most developers.