From 514ec7752a2bd7e872db94dea5b5dbb0094bfb98 Mon Sep 17 00:00:00 2001 From: lukasmacko Date: Fri, 8 Sep 2017 16:59:01 +0200 Subject: [PATCH] Update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b1d7d42..9640d901c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * [FlavorAllConnectors](flavors/connectors) * Inlined plugins: ETCD, Kafka, Redis, Cassandra * [Kafka Partitions](messaging/kafka) - * Implemented new methods that allow to specificy partitions & offset parameters: + * Implemented new methods that allow to specify partitions & offset parameters: * publish: Mux.NewSyncPublisherToPartition() & Mux.NewAsyncPublisherToPartition() * watch: ProtoWatcher.WatchPartition() * Minimalistic examples & documentation for Kafka API will be improved in a later release.