From 0f6c01b13ac29ba7f53bd4d7f4023e1282bf7b47 Mon Sep 17 00:00:00 2001 From: gcnyin <53973962+gcnyin@users.noreply.github.com> Date: Thu, 9 Jan 2020 17:28:20 +0800 Subject: [PATCH] docs: fix typo; 'mailboxes' to 'dispatchers' (#28461) --- akka-docs/src/main/paradox/typed/dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/dispatchers.md b/akka-docs/src/main/paradox/typed/dispatchers.md index 7457a52a4f..40fe453edd 100644 --- a/akka-docs/src/main/paradox/typed/dispatchers.md +++ b/akka-docs/src/main/paradox/typed/dispatchers.md @@ -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"