Docs: Fix a small typo in sharded daemon process docs (#29097)

This commit is contained in:
Ryan Braley 2020-06-05 17:36:36 +08:00 committed by GitHub
parent afc9813c55
commit 7bae3d8160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Java
An additional factory method is provided for further configurability and providing a graceful stop message for the actor.
## Adressing the actors
## Addressing the actors
In use cases where you need to send messages to the daemon process actors it is recommended to use the @ref:[system receptionist](actor-discovery.md)
either with a single `ServiceKey` which all daemon process actors register themeselves to for broadcasts or individual keys if more fine grained messaging is needed.