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