We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4e560 commit 1a00668Copy full SHA for 1a00668
README.md
@@ -15,7 +15,7 @@ var github = new Github({
15
var repo = github.getRepo(reponame);
16
17
// Store contents at a certain path (assumes UTF-8)
18
-// Files that doesn't exist are created on the fly.
+// Files that don't yet exist are created on the fly.
19
20
repo.write('path/to/file', 'YOUR_NEW_CONTENTS', 'YOUR_COMMIT_MESSAGE', function(err) {
21
0 commit comments