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.
This commit is contained in:
Josep Prat 2020-08-26 12:03:01 +02:00 committed by GitHub
parent 418d6d3ec0
commit 1180b8364e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
@@@