We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f91c501 + 40a3e1b commit a476baeCopy full SHA for a476bae
1 file changed
README.md
@@ -94,7 +94,7 @@ clone("https://github.com/nodegit/nodegit", "tmp", null)
94
})
95
// Display information about the blob.
96
.then(function(blob) {
97
- // Show the name, sha, and filesize in byes.
+ // Show the name, sha, and filesize in bytes.
98
console.log(blob.entry.name() + blob.entry.sha() + blob.size() + "b");
99
100
// Show a spacer.
0 commit comments