doc: fix the word spell error in actor-lifecycle (#28151)
This commit is contained in:
parent
3a988a35dd
commit
02c04a2bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue