diff --git a/src/native-watcher-registry.js b/src/native-watcher-registry.js index 100517920..e63ac6cda 100644 --- a/src/native-watcher-registry.js +++ b/src/native-watcher-registry.js @@ -329,7 +329,7 @@ class MissingResult { // Private: Instantiate a new {MissingResult}. // - // * `lastParent` the final succesfully traversed {RegistryNode}. + // * `lastParent` the final successfully traversed {RegistryNode}. constructor (lastParent) { this.lastParent = lastParent }