Skip to content

Commit 7edcb16

Browse files
authored
Fixed typo in readJson.md (#940)
1 parent a84ef6d commit 7edcb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readJson.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fs.readJson(file, { throws: false }, (err, obj) => {
6060
console.log(obj) // => null
6161
})
6262

63-
// Wtih Promises:
63+
// With Promises:
6464
fs.readJson(file, { throws: false })
6565
.then(obj => {
6666
console.log(obj) // => null

0 commit comments

Comments
 (0)