Skip to content

Commit 6b9aaf9

Browse files
authored
Merge pull request #60 from ivanhofer/typo
fix typo
2 parents 127d655 + 0f25753 commit 6b9aaf9

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)