This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch security-typo in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 5f8f31a7c6b3f9bbf573f5e1f284cec78a30e610 Author: PJ Fanning <[email protected]> AuthorDate: Fri May 26 22:01:24 2023 +0100 fix reference to Akka that was incorrectly replaced as Pekko --- docs/src/main/paradox/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/security.md b/docs/src/main/paradox/security.md index 5438e5f29..c9f6c5fe6 100644 --- a/docs/src/main/paradox/security.md +++ b/docs/src/main/paradox/security.md @@ -13,7 +13,7 @@ We strongly encourage people to report such problems to our private security mai Please follow the [guidelines](https://www.apache.org/security/) laid down by the Apache Security team. -Ideally, any issues affecting Apache Pekko and Pekko should be reported to Apache team first. We will share the +Ideally, any issues affecting Apache Pekko and Akka should be reported to Apache team first. We will share the report with the Lightbend Akka team. ## References --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
