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 06daa2f1a..416bcb3fa 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 @@ -34,7 +34,7 @@ spec: 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. + The field parameter allows you to specify which field of the json the user wants to extract. By default the message body will be overriden with the extracted field. The optional parameter headerOutput allows the user to specify wheter the extracted field should be stored in a message header named 'CamelKameletsExtractFieldName', leaving the message body untouched.