Skip to content

Commit 0f25753

Browse files
committed
fix typo
1 parent 99e66d0 commit 0f25753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const data = devalue.unflatten(JSON.parse(json).data);
8181

8282
## Custom types
8383

84-
You can serialize and serialize custom types by passing a second argument to `stringify` containing an object of types and their _reducers_, and a second argument to `parse` or `unflatten` containing an object of types and their _revivers_:
84+
You can serialize and deserialize custom types by passing a second argument to `stringify` containing an object of types and their _reducers_, and a second argument to `parse` or `unflatten` containing an object of types and their _revivers_:
8585

8686
```js
8787
class Vector {

0 commit comments

Comments
 (0)