From 93d438cf0108096f08aa0bb828e3ba4de8334524 Mon Sep 17 00:00:00 2001 From: Simeon Willbanks Date: Wed, 16 Mar 2016 22:17:09 -0700 Subject: [PATCH] Fix misspelling --- packages/babel-traverse/src/path/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } }