diff --git a/packages/babel-traverse/src/context.js b/packages/babel-traverse/src/context.js index 97f60559c9..edad4ea598 100644 --- a/packages/babel-traverse/src/context.js +++ b/packages/babel-traverse/src/context.js @@ -105,7 +105,7 @@ export default class TraversalContext { path.resync(); path.pushContext(this); - // this path is no longer belongs to the tree + // this path no longer belongs to the tree if (path.key === null) continue; if (testing && queue.length >= 1000) {