docs: fix typo; 'mailboxes' to 'dispatchers' (#28461)
This commit is contained in:
parent
9bd9755ad6
commit
0f6c01b13a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ For the Akka Classic documentation of this feature see @ref:[Classic Dispatchers
|
|||
## Dependency
|
||||
|
||||
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] {
|
||||
group="com.typesafe.akka"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue