You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2021/12/20 15:49:05 UTC

[flink-statefun-playground] branch release-3.1 updated: [hotfix] Fix typo in README

This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git


The following commit(s) were added to refs/heads/release-3.1 by this push:
     new 127ab59  [hotfix] Fix typo in README
127ab59 is described below

commit 127ab591de901be0d05924a1deef4c20e5c17136
Author: Kevin Loftis <lo...@users.noreply.github.com>
AuthorDate: Sun Dec 19 22:12:17 2021 -0800

    [hotfix] Fix typo in README
    
    This closes #15
---
 playground-internal/statefun-playground-producer/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground-internal/statefun-playground-producer/README.md b/playground-internal/statefun-playground-producer/README.md
index 41dd067..d412a3e 100644
--- a/playground-internal/statefun-playground-producer/README.md
+++ b/playground-internal/statefun-playground-producer/README.md
@@ -1,4 +1,4 @@
-# Kafak Producer
+# Kafka Producer
 
 # What
 This is a simple, single threaded `Python` script that produces JSONs into a `Kafka` topic.