Skip to content

Commit a476bae

Browse files
committed
Merge pull request #529 from rutsky/patch-1
fix typo: "byes"
2 parents f91c501 + 40a3e1b commit a476bae

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
@@ -94,7 +94,7 @@ clone("https://github.com/nodegit/nodegit", "tmp", null)
9494
})
9595
// Display information about the blob.
9696
.then(function(blob) {
97-
// Show the name, sha, and filesize in byes.
97+
// Show the name, sha, and filesize in bytes.
9898
console.log(blob.entry.name() + blob.entry.sha() + blob.size() + "b");
9999

100100
// Show a spacer.

0 commit comments

Comments
 (0)