Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markglh authored Apr 23, 2018
1 parent 15890a5 commit 3d2263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3d2263e

Please sign in to comment.