diff --git a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc index 79ce0dc09..981d78432 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -677,7 +677,7 @@ To finish the mapping MapStruct generates code that will invoke the build method [NOTE] ====== The <> are also considered for the builder type. -E.g. If an object factory exists for our `PersonBuilder` than this factory would be used instead of the builder creation method. +E.g. If an object factory exists for our `PersonBuilder` then this factory would be used instead of the builder creation method. ====== .Person with Builder example