doc: fix the word spell error in actor-lifecycle (#28151)

This commit is contained in:
Xusheng Peng 2019-11-08 19:54:36 +08:00 committed by Arnout Engelen
parent 3a988a35dd
commit 02c04a2bcd

View file

@ -27,7 +27,7 @@ stopped automatically when the `ActorSystem` is shut down.
@@@ note @@@ note
An `ActorSystem` is a heavyweight structure that will allocate threads, 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 ## Creating Actors