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 0059b92ea2fb09317f8ee681761f01776b69dd86
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 13:08:25 2024 +0100

    CAMEL-20410: documentation fixes for camel-mapstruct
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-mapstruct/src/main/docs/mapstruct-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-mapstruct/src/main/docs/mapstruct-component.adoc 
b/components/camel-mapstruct/src/main/docs/mapstruct-component.adoc
index f670b64b132..5c719612a98 100644
--- a/components/camel-mapstruct/src/main/docs/mapstruct-component.adoc
+++ b/components/camel-mapstruct/src/main/docs/mapstruct-component.adoc
@@ -42,10 +42,10 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Setting up MapStruct
 
-The camel-mapstruct component must be configured with one or more package 
names, for classpath scanning MapStruct _Mapper_ classes.
+The camel-mapstruct component must be configured with one or more package 
names for classpath scanning MapStruct _Mapper_ classes.
 This is needed because the _Mapper_ classes are to be used for converting 
POJOs with MapStruct.
 
-For example to set up two packages you can do as following:
+For example, to set up two packages, you can do the following:
 
 [source,java]
 ----

Reply via email to