docs: fix typo; 'mailboxes' to 'dispatchers' (#28461)

This commit is contained in:
gcnyin 2020-01-09 17:28:20 +08:00 committed by Arnout Engelen
parent 9bd9755ad6
commit 0f6c01b13a

View file

@ -8,7 +8,7 @@ For the Akka Classic documentation of this feature see @ref:[Classic Dispatchers
## Dependency ## Dependency
Dispatchers are part of core Akka, which means that they are part of the `akka-actor` dependency. This Dispatchers are part of core Akka, which means that they are part of the `akka-actor` dependency. This
page describes how to use mailboxes with `akka-actor-typed`, which has dependency: page describes how to use dispatchers with `akka-actor-typed`, which has dependency:
@@dependency[sbt,Maven,Gradle] { @@dependency[sbt,Maven,Gradle] {
group="com.typesafe.akka" group="com.typesafe.akka"