From 1180b8364eda38e4f39085303622f03a23e76ac2 Mon Sep 17 00:00:00 2001 From: Josep Prat Date: Wed, 26 Aug 2020 12:03:01 +0200 Subject: [PATCH] Use the correct name for Akka HTTP (#29527) Fixes the typo in the name of Akka HTTP, it's written in lower case but the project name is in upper case. --- akka-docs/src/main/paradox/typed/dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/dispatchers.md b/akka-docs/src/main/paradox/typed/dispatchers.md index 47ecdb4deb..deeb12d35b 100644 --- a/akka-docs/src/main/paradox/typed/dispatchers.md +++ b/akka-docs/src/main/paradox/typed/dispatchers.md @@ -173,7 +173,7 @@ avoid blocking APIs. The following solution explains how to handle blocking operations properly. Note that the same hints apply to managing blocking operations anywhere in Akka, -including Streams, Http and other reactive libraries built on top of it. +including Streams, HTTP and other reactive libraries built on top of it. @@@