Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jul 18, 2024
1 parent 76b2acd commit 0d49cad
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 @@ -128,7 +128,7 @@ JSONC.parse(content);

Prettify both _JSON_ and _JSONC_.

> Use `JSON.strinfy` behind the scenes.
> Use `JSON.stringify` behind the scenes.
```js
const content = '/** JSONC content */ { "test": true }';
Expand Down

0 comments on commit 0d49cad

Please sign in to comment.