Skip to content

Commit 0a256a9

Browse files
committed
fix: Spelling
1 parent 2b1481c commit 0a256a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ By default the library can serialize the following types:
340340
- dict (if values and keys are one of types mentioned above, or inherit one of them)
341341
- any Iterable (if types of values are mentioned above, or inherit one of them)
342342
```
343-
If you want to add serialization of any other type or redefine the default behaviour.
343+
If you want to add serialization of any other type or redefine the default behavior.
344344
You should add something like this:
345345

346346
```python

0 commit comments

Comments
 (0)