Skip to content

Commit fa134d9

Browse files
authored
Fix typo (#821)
1 parent e022a20 commit fa134d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/json_transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Transformation capabilities are provided by the abstract `JsonTransformingSerial
2626

2727
Instead of direct interaction with Encoder or Decoder, this class asks you to supply transformations for JSON tree represented by the `JsonElement` class
2828
using `writeTransform(element: JsonElement): JsonElement` and `readTransform(element: JsonElement): JsonElement` methods in order
29-
to transform the input or the putput JSON.
29+
to transform the input or the output JSON.
3030

3131

3232
### Transformation examples. List mainupulation

0 commit comments

Comments
 (0)