diff --git a/src/path-watcher.js b/src/path-watcher.js index 69bf36da0..2dfece46e 100644 --- a/src/path-watcher.js +++ b/src/path-watcher.js @@ -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 // } // }) // })