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

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


The following commit(s) were added to refs/heads/main by this push:
     new bcc88a3  Extract Field Action: Fixed description thank to Reginald 
Carey
bcc88a3 is described below

commit bcc88a39673b18c5b7a3300be7f86e64e56e6a8d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sat Jan 8 15:43:40 2022 +0100

    Extract Field Action: Fixed description thank to Reginald Carey
---
 kamelets/extract-field-action.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/extract-field-action.kamelet.yaml 
b/kamelets/extract-field-action.kamelet.yaml
index 33d4e23..06daa2f 100644
--- a/kamelets/extract-field-action.kamelet.yaml
+++ b/kamelets/extract-field-action.kamelet.yaml
@@ -32,7 +32,7 @@ spec:
     description: |-
       Extract a field from the message body.
 
-      The extract field action expected an application/json content type. 
+      The extract field action expects an application/json content type. 
 
       The field parameter allows to specify which field of the json the user 
wants to extract. By default the message body will be overriden with the 
extracted field.
 

Reply via email to