From 1cb1b68a117f0fc608da0e66559539953cefddf7 Mon Sep 17 00:00:00 2001 From: Dan Rivett <30873208+danrivett@users.noreply.github.com> Date: Tue, 1 May 2018 23:11:52 -0700 Subject: [PATCH] Fixing documentation typo: loosing -> losing (#25037) --- akka-docs/src/main/paradox/typed/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/stream.md b/akka-docs/src/main/paradox/typed/stream.md index ea17cfbc7e..fd9b7ff92e 100644 --- a/akka-docs/src/main/paradox/typed/stream.md +++ b/akka-docs/src/main/paradox/typed/stream.md @@ -1,6 +1,6 @@ # Streams -@ref:[Akka Streams](../stream/index.md) make it easy to model type-safe message processing pipelines. With typed actors it is possible to connect streams to actors without loosing the type information. +@ref:[Akka Streams](../stream/index.md) make it easy to model type-safe message processing pipelines. With typed actors it is possible to connect streams to actors without losing the type information. This module contains typed alternatives to the @ref:[already existing `ActorRef` sources and sinks](../stream/stream-integrations.md) together with a factory methods for @scala[@scaladoc[`ActorMaterializer`](akka.stream.typed.ActorMaterializer)]@java[@javadoc[`ActorMaterializer`](akka.stream.typed.ActorMaterializer)] which takes a typed `ActorSystem`.