Skip to content

Commit d44f43c

Browse files
Chessrayfiliphr
andcommitted
Update content/faq/_index.md
Co-authored-by: Filip Hrisafov <[email protected]>
1 parent 50ee332 commit d44f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ concepts, your options are:
348348

349349
* Instead of supplying a `@Context` object as parameter, consider injecting it.
350350
* 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.
351+
can be given the `@Context` object at runtime.
352352
* If neither of the above two are possible and you can't implement a mapping without a `@Context` object, you should
353353
stick to MapStruct's core functionality and refrain from letting this particular Mapper extend the `Converter`
354354
interface.

0 commit comments

Comments
 (0)