=doc fix typo in dispatchers.md (#23825)

Typo and duplicated word are fixed
This commit is contained in:
Ikrom 2017-10-20 22:00:16 +05:00 committed by Konrad `ktoso` Malawski
parent dde564797e
commit 127564cff6

View file

@ -358,7 +358,7 @@ For a similar discussion specific about Akka HTTP refer to, @scala[@extref[Handl
The non-exhaustive list of adequate solutions to the “blocking problem”
includes the following suggestions:
* Do the blocking call within an actor (or a set of actors managed by a router
* Do the blocking call within an actor (or a set of actors) managed by a
@ref:[router](routing.md), making sure to
configure a thread pool which is either dedicated for this purpose or
sufficiently sized.