!1161 spelling correction in kafka-tutorial.md

Merge pull request !1161 from i-robot/pull70
This commit is contained in:
i-robot 2021-10-04 04:39:51 +00:00 committed by Gitee
commit 3ef3d037d8
1 changed files with 1 additions and 1 deletions

View File

@ -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.