diff --git a/packages/babel-traverse/src/path/index.js b/packages/babel-traverse/src/path/index.js index 63f971a5b3..b1fb51b2e2 100644 --- a/packages/babel-traverse/src/path/index.js +++ b/packages/babel-traverse/src/path/index.js @@ -92,7 +92,7 @@ export default class NodePath { path = null; } else { // badly deserialised probably - throw new Error("We found a path that isn't a NodePath instance. Possiblly due to bad serialisation."); + throw new Error("We found a path that isn't a NodePath instance. Possibly due to bad serialisation."); } }