spelling: asynchronous

This commit is contained in:
Josh Soref
2017-09-10 04:44:14 +00:00
parent 5cbe7c8897
commit a92178b876

View File

@@ -437,7 +437,7 @@ class PathWatcher {
// await watcher.getStartPromise()
// fs.writeFile(FILE, 'contents\n', err => {
// // The watcher is listening and the event should be
// // received asyncronously
// // received asynchronously
// }
// })
// })