Skip to content

Commit

Permalink
Fix typo in 2023-07-30-javalin-logging.md (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht committed Mar 15, 2024
1 parent 1de4876 commit b097125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/tutorials/community/2023-07-30-javalin-logging.md
Expand Up @@ -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
<dependency>
Expand Down

0 comments on commit b097125

Please sign in to comment.