From 71363e74da48f9679bd670ae97506899d76054b9 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Mon, 16 Oct 2023 10:47:33 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e1d4fc6e0..4f7d6d146e8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ new Helidon NĂ­ma WebServer that has been written from the ground up to use Java 21 Virtual Threads. In Helidon 4 each request is processed by a dedicated virtual thread so -your code is free to perform blocking operations without impacting your servers +your code is free to perform blocking operations without impacting your server's ability to handle other requests. You get all the throughput of a reactive server with none of the complexity.