From 3d2263e5089730c718f83aaa1fbf3bb31d8e447b Mon Sep 17 00:00:00 2001 From: markglh Date: Mon, 23 Apr 2018 20:54:52 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0eec7..02c0008 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ Kinesis .runWith(Sink.seq) ``` -Or you can explicitly path a lambda, to create the `KinesisConsumer`. +Or you can explicitly pass a lambda, to create the `KinesisConsumer`. ```scala import akka.actor.{ActorRef, ActorSystem}