From d393799276a1bffbbd96700e1875149049e6c9ce Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Wed, 14 Feb 2024 17:49:16 +0100 Subject: [PATCH] Fixed typo --- docs/kafka_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kafka_introduction.md b/docs/kafka_introduction.md index 8ed0fdd..726aecf 100644 --- a/docs/kafka_introduction.md +++ b/docs/kafka_introduction.md @@ -176,7 +176,7 @@ ## Append-only log -* new mesage/event is always written on the end of topic +* new mesage/event is always written on the end of partition * messages/events are immutable * can be read by - seeking and arbitrary offset