You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2021/11/05 07:56:22 UTC

[flink-web] 01/02: fix typos in Flink 1.14.0 release note

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

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 8091447e00222a12bf3576a64fe722104450031f
Author: Yuan Mei <yu...@gmail.com>
AuthorDate: Fri Nov 5 13:15:49 2021 +0800

    fix typos in Flink 1.14.0 release note
---
 _posts/2021-09-29-release-1.14.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2021-09-29-release-1.14.0.md b/_posts/2021-09-29-release-1.14.0.md
index 7e89577..14ceb36 100644
--- a/_posts/2021-09-29-release-1.14.0.md
+++ b/_posts/2021-09-29-release-1.14.0.md
@@ -123,7 +123,7 @@ produces a combined stream from multiple sources, by reading those sources one a
 seamlessly switching over from one source to the other.
 
 The motivating use case for the Hybrid Source was to read streams from tiered storage setups as if there was one
-stream that spans all tiers. For example, new data may land in Kafa and is eventually
+stream that spans all tiers. For example, new data may land in Kafka and is eventually
 migrated to S3 (typically in compressed columnar format, for cost efficiency and performance).
 The Hybrid Source can read this as one contiguous logical stream, starting with the historic data on S3
 and transitioning over to the more recent data in Kafka.