From 02c04a2bcd6abc5fe18cff12f456e3f762a555c2 Mon Sep 17 00:00:00 2001 From: Xusheng Peng Date: Fri, 8 Nov 2019 19:54:36 +0800 Subject: [PATCH] doc: fix the word spell error in actor-lifecycle (#28151) --- akka-docs/src/main/paradox/typed/actor-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/actor-lifecycle.md b/akka-docs/src/main/paradox/typed/actor-lifecycle.md index 512c584cdb..b9573adb9f 100644 --- a/akka-docs/src/main/paradox/typed/actor-lifecycle.md +++ b/akka-docs/src/main/paradox/typed/actor-lifecycle.md @@ -27,7 +27,7 @@ stopped automatically when the `ActorSystem` is shut down. @@@ note An `ActorSystem` is a heavyweight structure that will allocate threads, -so create one per logical application. Typically on `ActorSystem` per JVM process. +so create one per logical application. Typically one `ActorSystem` per JVM process. @@@ ## Creating Actors