From 9d3deb295a5e40d291d7dd2d82555057ca87f72b Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 10 Jan 2023 00:11:28 +0100 Subject: [PATCH] Some typo in post --- ...1-08-creating-a-simple-webserver-with-pottery-and-javalin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2023-01-08-creating-a-simple-webserver-with-pottery-and-javalin.md b/docs/_posts/2023-01-08-creating-a-simple-webserver-with-pottery-and-javalin.md index def124e..4f32045 100644 --- a/docs/_posts/2023-01-08-creating-a-simple-webserver-with-pottery-and-javalin.md +++ b/docs/_posts/2023-01-08-creating-a-simple-webserver-with-pottery-and-javalin.md @@ -7,7 +7,7 @@ categories: how to [Javalin is a lightweight and fast Java and Kotlin framework](https://javalin.io/) which is having a big adoption rate due to its simplicity and performance. If you are used to work with other frameworks like [ktor](https://ktor.io/) for Kotlin -and [express.js](https://expressjs.com/), you are not going to be surprised by its API design. +and [express.js](https://expressjs.com/) for NodeJS, you are not going to be surprised by its API design. This post summarises how to create a simple HTTP REST API that prints the current date. We will be bundling and testing the application using [Pottery](/) and [jUnit 5](https://junit.org/junit5/).