Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a00668

Browse files
committed
Grammar.
1 parent 8f4e560 commit 1a00668

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
@@ -15,7 +15,7 @@ var github = new Github({
1515
var repo = github.getRepo(reponame);
1616

1717
// Store contents at a certain path (assumes UTF-8)
18-
// Files that doesn't exist are created on the fly.
18+
// Files that don't yet exist are created on the fly.
1919

2020
repo.write('path/to/file', 'YOUR_NEW_CONTENTS', 'YOUR_COMMIT_MESSAGE', function(err) {
2121

0 commit comments

Comments
 (0)