Skip to content

Commit

Permalink
Some typo in post
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Jan 9, 2023
1 parent edf1ea8 commit 9d3deb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 9d3deb2

Please sign in to comment.