diff --git a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml index 33d4e23f2..06daa2f1a 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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.