diff --git a/akka-docs/src/main/paradox/stream/stages-overview.md b/akka-docs/src/main/paradox/stream/stages-overview.md index c4917a8fb3..caccfb9dc8 100644 --- a/akka-docs/src/main/paradox/stream/stages-overview.md +++ b/akka-docs/src/main/paradox/stream/stages-overview.md @@ -708,11 +708,11 @@ depending on being backpressured by downstream or not. ### alsoTo -Attaches the given `Sink` to this `Flow`, meaning that elements that passes through will also be sent to the `Sink`. +Attaches the given `Sink` to this `Flow`, meaning that elements that pass through this `Flow` will also be sent to the `Sink`. -**emits** when an element is available and demand exists both from the Sink and the downstream +**emits** when an element is available and demand exists both from the `Sink` and the downstream -**backpressures** when downstream or Sink backpressures +**backpressures** when downstream or `Sink` backpressures **completes** when upstream completes