This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9d834c22ce6e7686e208bda8a87884d2b86135dd Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue Feb 20 18:26:45 2024 +0100 CAMEL-20410: documentation fixes for camel-huaweicloud-smn - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- .../camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc b/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc index c17de45bff0..5ad90d8b271 100644 --- a/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc +++ b/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc @@ -67,7 +67,7 @@ include::partial$component-endpoint-options.adoc[] |`CamelHwCloudSmnMessageTtl` |`Integer` | Validity of the posted notification message -|`CamelHwCloudSmnTemplateTags` |`Map<String, String>` | Contains K,V pairs of tags and values when using operation `publishAsTemplatedMessage` +|`CamelHwCloudSmnTemplateTags` |`Map<String, String>` | Contains `K,V` pairs of tags and values when using operation `publishAsTemplatedMessage` |`CamelHwCloudSmnTemplateName` |`String` |Name of the template to use while using operation `publishAsTemplatedMessage`
