This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 013d9033243d7126cdcbc39a0841d71951070b40
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 2 18:17:41 2021 +0100

    NATS Source: Fixed topic name
---
 docs/modules/ROOT/pages/nats-source.adoc | 4 ++--
 nats-source.kamelet.yaml                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/nats-source.adoc 
b/docs/modules/ROOT/pages/nats-source.adoc
index bfc57d9..cd6afec 100644
--- a/docs/modules/ROOT/pages/nats-source.adoc
+++ b/docs/modules/ROOT/pages/nats-source.adoc
@@ -11,7 +11,7 @@ The following table summarizes the configuration options 
available for the `nats
 [width="100%",cols="2,^2,3,^2,^2,^3",options="header"]
 |===
 | Property| Name| Description| Type| Default| Example
-| *topic {empty}* *| Topic name| NATS Topic name| string| | 
+| *topic {empty}* *| topic| NATS Topic name| string| | 
 | brokers| servers| Comma separated list of NATS Servers| string| | 
 |===
 
@@ -39,7 +39,7 @@ spec:
       apiVersion: camel.apache.org/v1alpha1
       name: nats-source
     properties:
-      topic: "The Topic name"
+      topic: "The topic"
   sink:
     ref:
       kind: InMemoryChannel
diff --git a/nats-source.kamelet.yaml b/nats-source.kamelet.yaml
index bcc3f76..ed5ee90 100644
--- a/nats-source.kamelet.yaml
+++ b/nats-source.kamelet.yaml
@@ -17,7 +17,7 @@ spec:
       - servers
     properties:
       topic:
-        title: Topic name
+        title: topic
         description: NATS Topic name
         type: string
       brokers:

Reply via email to