Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4ef0127

Browse files
committed
Fix typo 🚀
1 parent da2307f commit 4ef0127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/posts/2022-03-02-custom-jackson-module-deserlializer-serializer-object-mapper-java-spi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ just have to add a file named `com.fasterxml.jackson.databind.Module` in the `M
282282

283283
That's it!!! :rocket: With the implementation above we have a custom Jackson `Module` that will be loaded by its
284284
`ObjectMapper` automatically without creating any dependencies. In this way you will be able to publish your
285-
custom serializer/deserializer as custom maven artifacts and you them in all your projects (without copy/paste them) :heart:.
285+
custom serializer/deserializer as custom maven artifacts and use them in all your projects (without copy/paste them)
286+
:heart:.
286287

287288
#### Conclusion
288289

0 commit comments

Comments
 (0)