From c1c20df222389d9234a2f401d2d3b2e79a014030 Mon Sep 17 00:00:00 2001 From: Rajesh Date: Fri, 1 Oct 2021 13:22:32 +0530 Subject: [PATCH] spelling correction in kafka-tutorial.md --- hetu-docs/en/connector/kafka-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetu-docs/en/connector/kafka-tutorial.md b/hetu-docs/en/connector/kafka-tutorial.md index 5d0a200d6..f69fc7de5 100644 --- a/hetu-docs/en/connector/kafka-tutorial.md +++ b/hetu-docs/en/connector/kafka-tutorial.md @@ -565,4 +565,4 @@ lk:default> SELECT created_at, raw_date FROM ( (5 rows) ``` -The Kafka connector contains converters for ISO 8601, RFC 2822 text formats and for number-based timestamps using seconds or miilliseconds since the epoch. There is also a generic, text-based formatter which uses Joda-Time format strings to parse text columns. +The Kafka connector contains converters for ISO 8601, RFC 2822 text formats and for number-based timestamps using seconds or milliseconds since the epoch. There is also a generic, text-based formatter which uses Joda-Time format strings to parse text columns.