diff --git a/akka-docs/src/main/paradox/stream/operators/ActorSource/actorRefWithAck.md b/akka-docs/src/main/paradox/stream/operators/ActorSource/actorRefWithAck.md index 402cad9d7e..afa84deb05 100644 --- a/akka-docs/src/main/paradox/stream/operators/ActorSource/actorRefWithAck.md +++ b/akka-docs/src/main/paradox/stream/operators/ActorSource/actorRefWithAck.md @@ -13,7 +13,7 @@ Materialize an @java[`ActorRef`]@scala[`ActorRef[T]`]; sending messages to it ## Description Materialize an @java[`ActorRef`]@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` -@@@ \ No newline at end of file +@@@ diff --git a/akka-docs/src/main/paradox/stream/operators/Source/actorRefWithAck.md b/akka-docs/src/main/paradox/stream/operators/Source/actorRefWithAck.md index 7ad40f7323..afbe0ebaad 100644 --- a/akka-docs/src/main/paradox/stream/operators/Source/actorRefWithAck.md +++ b/akka-docs/src/main/paradox/stream/operators/Source/actorRefWithAck.md @@ -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 }