From b097125e9190692554bb008355feff500a21665a Mon Sep 17 00:00:00 2001 From: Michael van Tricht Date: Fri, 15 Mar 2024 20:36:07 +0100 Subject: [PATCH] Fix typo in 2023-07-30-javalin-logging.md (#264) --- _posts/tutorials/community/2023-07-30-javalin-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/tutorials/community/2023-07-30-javalin-logging.md b/_posts/tutorials/community/2023-07-30-javalin-logging.md index 23f8f80..96d2080 100644 --- a/_posts/tutorials/community/2023-07-30-javalin-logging.md +++ b/_posts/tutorials/community/2023-07-30-javalin-logging.md @@ -173,7 +173,7 @@ Logback offers other cool appenders, like [DBAppender](https://logback.qos.ch/manual/appenders.html#DBAppender). Another way to enable logback on your Javalin project is to use the -`javalin-bundle` artifactId instead of hte regular `javalin` dep: +`javalin-bundle` artifactId instead of the regular `javalin` dep: ```xml