We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ee332 commit d44f43cCopy full SHA for d44f43c
content/faq/_index.md
@@ -348,7 +348,7 @@ concepts, your options are:
348
349
* Instead of supplying a `@Context` object as parameter, consider injecting it.
350
* If injecting the object is no option, sometimes you may be able to inject some form of modifiable wrapper object that
351
- can be given the `@Contet` object at runtime.
+ can be given the `@Context` object at runtime.
352
* If neither of the above two are possible and you can't implement a mapping without a `@Context` object, you should
353
stick to MapStruct's core functionality and refrain from letting this particular Mapper extend the `Converter`
354
interface.
0 commit comments