From afa75f8f5b7975e56e181e128e6d5fa8e040d3d4 Mon Sep 17 00:00:00 2001 From: Junior <36537112+ejmabunda@users.noreply.github.com> Date: Sun, 31 Aug 2025 19:56:40 +0200 Subject: [PATCH] Fix typo in tutorial introduction --- _posts/tutorials/2018-09-02-jetty-session-handling-java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/tutorials/2018-09-02-jetty-session-handling-java.md b/_posts/tutorials/2018-09-02-jetty-session-handling-java.md index d6812c3..6514ef2 100644 --- a/_posts/tutorials/2018-09-02-jetty-session-handling-java.md +++ b/_posts/tutorials/2018-09-02-jetty-session-handling-java.md @@ -12,7 +12,7 @@ language: ["java", "kotlin"] --- ## What you will learn -In this tutorial we'll have at look at Sessions. We'll learn about what they're used for, +In this tutorial we'll have a look at Sessions. We'll learn about what they're used for, as well as different ways of persisting, caching and clustering sessions using Jetty. ## What is a session?