Skip to content

Commit a351047

Browse files
Fix typo in readme (#39)
1 parent 2e73146 commit a351047

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
@@ -24,7 +24,7 @@ await writeJsonFile('foo.json', {foo: true});
2424

2525
Returns a `Promise`.
2626

27-
### writeJsonFile.sync(filePath, data, options?)
27+
### writeJsonFileSync(filePath, data, options?)
2828

2929
#### options
3030

0 commit comments

Comments
 (0)