Wrong documentation in Kamelet Catalog for sinks

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
diff --git a/docs/modules/ROOT/examples/js/kamelets.js b/docs/modules/ROOT/examples/js/kamelets.js
index abc7c64..857418f 100644
--- a/docs/modules/ROOT/examples/js/kamelets.js
+++ b/docs/modules/ROOT/examples/js/kamelets.js
@@ -80,7 +80,7 @@
     const properties = Object.entries(kameletPropertyList(definition) || {})
       .map(([name, value]) => `-p "${namePrefix}.${name}=${quote(value)}"`)
       .join(' ')
-    return `kamel bind ${name} ${properties} ${topic}`
+    return `kamel bind ${topic} ${properties} ${name}`
   },
 
   sort: function (list) {