[hotfix][docs] Fix typos in apache-kafka.md and aws-kinesis.md
diff --git a/docs/content/docs/io-module/apache-kafka.md b/docs/content/docs/io-module/apache-kafka.md
index a700f17..e0b4653 100644
--- a/docs/content/docs/io-module/apache-kafka.md
+++ b/docs/content/docs/io-module/apache-kafka.md
@@ -75,7 +75,7 @@
   type: group-offsets
 ```
 
-#### Earlist
+#### Earliest
 
 Starts from the earliest offset.
 
diff --git a/docs/content/docs/io-module/aws-kinesis.md b/docs/content/docs/io-module/aws-kinesis.md
index c288d44..c8947c1 100644
--- a/docs/content/docs/io-module/aws-kinesis.md
+++ b/docs/content/docs/io-module/aws-kinesis.md
@@ -82,7 +82,7 @@
   type: latest
 ```
 
-#### Earlist
+#### Earliest
 
 Start consuming from the earliest position possible.