diff --git a/akka-docs/rst/java/distributed-pub-sub.rst b/akka-docs/rst/java/distributed-pub-sub.rst index fde42878b1..1268d80298 100644 --- a/akka-docs/rst/java/distributed-pub-sub.rst +++ b/akka-docs/rst/java/distributed-pub-sub.rst @@ -169,7 +169,7 @@ and then it takes a while for it to be populated. Dependencies ------------ -To use the Cluster Singleton you must add the following dependency in your project. +To use Distributed Publish Subscribe you must add the following dependency in your project. sbt:: diff --git a/akka-docs/rst/scala/distributed-pub-sub.rst b/akka-docs/rst/scala/distributed-pub-sub.rst index 115ab7126b..79a3a2a255 100644 --- a/akka-docs/rst/scala/distributed-pub-sub.rst +++ b/akka-docs/rst/scala/distributed-pub-sub.rst @@ -172,7 +172,7 @@ and then it takes a while for it to be populated. Dependencies ------------ -To use the Cluster Singleton you must add the following dependency in your project. +To use Distributed Publish Subscribe you must add the following dependency in your project. sbt::