We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84ef6d commit 7edcb16Copy full SHA for 7edcb16
docs/readJson.md
@@ -60,7 +60,7 @@ fs.readJson(file, { throws: false }, (err, obj) => {
60
console.log(obj) // => null
61
})
62
63
-// Wtih Promises:
+// With Promises:
64
fs.readJson(file, { throws: false })
65
.then(obj => {
66
0 commit comments