This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 4de5bd1 Document Update
new 2956159 Merge pull request #461 from NiteshKoushik/patch-2
4de5bd1 is described below
commit 4de5bd136063d16c16538e0e3a13d52b32723270
Author: Nitesh Koushik S <[email protected]>
AuthorDate: Mon Sep 14 17:21:38 2020 +0530
Document Update
Change in keyword "comand" to "command"
---
docs/modules/ROOT/pages/try-it-out-locally.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/try-it-out-locally.adoc
b/docs/modules/ROOT/pages/try-it-out-locally.adoc
index 52c39fb..587a0ff 100644
--- a/docs/modules/ROOT/pages/try-it-out-locally.adoc
+++ b/docs/modules/ROOT/pages/try-it-out-locally.adoc
@@ -305,7 +305,7 @@ First thing to do, is unzip or untar the
camel-aws-sqs-kafka-connector archive i
> unzip camel-cql-kafka-connector-0.3.0-SNAPSHOT-package.zip
----
-This example adds data to the `users` table in Cassandra from the data
consumed from the `mytopic` Kafka topic. Notice how the `name` column is
populated from the Kafka message using CQL comand `insert into users...`.
+This example adds data to the `users` table in Cassandra from the data
consumed from the `mytopic` Kafka topic. Notice how the `name` column is
populated from the Kafka message using CQL command `insert into users...`.
.Run the Cassandra CQL sink:
[source,bash]