From 8f6ee85413ccb5b87d012dd188b1fb0203458616 Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Wed, 10 Mar 2021 09:10:55 +0100 Subject: [PATCH] typo (#30083) --- akka-docs/src/main/paradox/stream/stream-refs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/stream/stream-refs.md b/akka-docs/src/main/paradox/stream/stream-refs.md index f2fac87568..74834d2fd6 100644 --- a/akka-docs/src/main/paradox/stream/stream-refs.md +++ b/akka-docs/src/main/paradox/stream/stream-refs.md @@ -154,7 +154,7 @@ The process of preparing and running a `SinkRef`-powered distributed stream is s ### Delivery guarantees -Stream refs utilise normal actor messaging for their trainsport, and therefore provide the same level of basic delivery guarantees. Stream refs do extend the semantics somewhat, through demand re-delivery and sequence fault detection. In other words: +Stream refs utilise normal actor messaging for their transport, and therefore provide the same level of basic delivery guarantees. Stream refs do extend the semantics somewhat, through demand re-delivery and sequence fault detection. In other words: - messages are sent over actor remoting - which relies on TCP (classic remoting or Artery TCP) or Aeron UDP for basic redelivery mechanisms