Skip to content

Commit

Permalink
Merge pull request #60 from ivanhofer/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Rich-Harris committed Apr 19, 2024
2 parents 127d655 + 0f25753 commit 6b9aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const data = devalue.unflatten(JSON.parse(json).data);

## Custom types

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_:
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_:

```js
class Vector {
Expand Down

0 comments on commit 6b9aaf9

Please sign in to comment.