Merge pull request #3432 from simeonwillbanks/patch-1

Fix Misspelling
This commit is contained in:
Henry Zhu 2016-03-17 01:24:07 -04:00
commit 3232c30f61

View File

@ -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.");
}
}