You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/04/29 13:12:44 UTC

[camel-k] 30/30: doc(trait): regen

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

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

commit cc4e01653f1ada233a0cd04d89485e33e2e2c0fa
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Apr 28 14:42:54 2021 +0200

    doc(trait): regen
---
 deploy/traits.yaml                           | 4 ++--
 docs/modules/traits/pages/error-handler.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deploy/traits.yaml b/deploy/traits.yaml
index b2c3af3..6f90900 100755
--- a/deploy/traits.yaml
+++ b/deploy/traits.yaml
@@ -284,9 +284,9 @@ traits:
     type: bool
     description: Can be used to enable or disable a trait. All traits share this common
       property.
-  - name: error-handler-ref
+  - name: ref
     type: string
-    description: The error handler ref name found in application properties
+    description: The error handler ref name provided or found in application properties
 - name: gc
   platform: false
   profiles:
diff --git a/docs/modules/traits/pages/error-handler.adoc b/docs/modules/traits/pages/error-handler.adoc
index 978e76f..7ddfd17 100755
--- a/docs/modules/traits/pages/error-handler.adoc
+++ b/docs/modules/traits/pages/error-handler.adoc
@@ -27,9 +27,9 @@ The following configuration options are available:
 | bool
 | Can be used to enable or disable a trait. All traits share this common property.
 
-| error-handler.error-handler-ref
+| error-handler.ref
 | string
-| The error handler ref name found in application properties
+| The error handler ref name provided or found in application properties
 
 |===