From 7bae3d81605e1a4bd3b22615c0955b04d97e2ab8 Mon Sep 17 00:00:00 2001 From: Ryan Braley Date: Fri, 5 Jun 2020 17:36:36 +0800 Subject: [PATCH] Docs: Fix a small typo in sharded daemon process docs (#29097) --- .../src/main/paradox/typed/cluster-sharded-daemon-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/cluster-sharded-daemon-process.md b/akka-docs/src/main/paradox/typed/cluster-sharded-daemon-process.md index 1d145ab8bd..e25645e22b 100644 --- a/akka-docs/src/main/paradox/typed/cluster-sharded-daemon-process.md +++ b/akka-docs/src/main/paradox/typed/cluster-sharded-daemon-process.md @@ -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.