From 031851a3d4a5dc83a6f4a3dbd987966edf88aabb Mon Sep 17 00:00:00 2001 From: dancer1325 Date: Thu, 25 Jul 2024 20:51:33 +0200 Subject: [PATCH] doc(site.guide): fix small typo --- src/site/xdoc/guide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/guide.xml b/src/site/xdoc/guide.xml index ddafc7c..d0f2083 100644 --- a/src/site/xdoc/guide.xml +++ b/src/site/xdoc/guide.xml @@ -148,7 +148,7 @@ advanced users only, so will not be addressed here.
  • if Log4j API is present on the classpath and it is not redirected to SLF4J, then Log4jApiLogFactory is used. This factory redirects all output to Log4j API.
  • -
  • otherwise if SLF4J is presend on the classpath, +
  • otherwise if SLF4J is present on the classpath, then Slf4jLogFactory is used. This factory redirects all output to SLF4J.
  • otherwise the legacy LogFactoryImpl is used.