Typo alowing -> allowing (#27458)

This commit is contained in:
Arnout Engelen 2019-08-06 11:40:32 +02:00 committed by Enno
parent a7e8ad2918
commit dd7dad1b7b
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ Materialize an @java[`ActorRef<T>`]@scala[`ActorRef[T]`]; sending messages to it
## Description
Materialize an @java[`ActorRef<T>`]@scala[`ActorRef[T]`], sending messages to it will emit them on the stream. The actor responds with the provided ack message
once the element could be emitted alowing for backpressure from the source. Sending another message before the previous one has been acknowledged will fail the stream.
once the element could be emitted allowing for backpressure from the source. Sending another message before the previous one has been acknowledged will fail the stream.
@@@div { .callout }
@ -21,4 +21,4 @@ once the element could be emitted alowing for backpressure from the source. Send
**completes** when the `ActorRef` is sent `akka.actor.Status.Success`
@@@
@@@

View file

@ -13,7 +13,7 @@ Materialize an `ActorRef`; sending messages to it will emit them on the stream.
## Description
Materialize an `ActorRef`, sending messages to it will emit them on the stream. The actor responds with the provided ack message
once the element could be emitted alowing for backpressure from the source. Sending another message before the previous one has been acknowledged will fail the stream.
once the element could be emitted allowing for backpressure from the source. Sending another message before the previous one has been acknowledged will fail the stream.
@@@div { .callout }