diff --git a/src/site/asciidoc/manual/architecture.adoc b/src/site/asciidoc/manual/architecture.adoc index 73fa6e1d4ae..f4af1bf8a1e 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.