[doc] typo remove superfluous the (#28223)

This commit is contained in:
Robert Stoll 2019-11-22 09:46:15 +01:00 committed by Johan Andrén
parent b35dbb9912
commit 6d9bfa45eb

View file

@ -484,7 +484,7 @@ When the `ActorSystem` was shutting down and the `Scheduler` was closed all outs
which was needed for some internals in Akka but a surprising behavior for end users. Therefore this behavior has
changed in Akka 2.6.x and outstanding tasks are not run when the system is terminated.
Instead, `system.registerOnTermination` or `CoordinatedShutdown` can be used for running such tasks when the shutting
Instead, `system.registerOnTermination` or `CoordinatedShutdown` can be used for running such tasks when shutting
down.
### IOSources & FileIO