Skip to content

Commit

Permalink
Typo in README.md ("variantes" -> "variants")
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Kinsey committed Feb 4, 2016
1 parent 20dcd92 commit 2125322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ fs.mkdirpSync("/a/test/dir");
fs.writeFileSync("/a/test/dir/file.txt", "Hello World");
fs.readFileSync("/a/test/dir/file.txt"); // returns Buffer("Hello World")

// Async variantes too
// Async variants too
fs.unlink("/a/test/dir/file.txt", function(err) {
// ...
});
Expand Down

0 comments on commit 2125322

Please sign in to comment.