From dbe30bd91e54eb16f11372c31195010d5ac171bc Mon Sep 17 00:00:00 2001 From: Sakthipriyan Vairamani Date: Tue, 19 Dec 2017 12:52:06 +0530 Subject: [PATCH] update grammar and code highlighting (#24174) --- akka-docs/src/main/paradox/stream/stages-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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