Skip to content

Commit

Permalink
Update content/faq/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Hrisafov <[email protected]>
  • Loading branch information
Chessray and filiphr committed Jan 4, 2024
1 parent 50ee332 commit d44f43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ concepts, your options are:

* Instead of supplying a `@Context` object as parameter, consider injecting it.
* If injecting the object is no option, sometimes you may be able to inject some form of modifiable wrapper object that
can be given the `@Contet` object at runtime.
can be given the `@Context` object at runtime.
* If neither of the above two are possible and you can't implement a mapping without a `@Context` object, you should
stick to MapStruct's core functionality and refrain from letting this particular Mapper extend the `Converter`
interface.
Expand Down

0 comments on commit d44f43c

Please sign in to comment.