Fix misspelling

This commit is contained in:
Simeon Willbanks 2016-03-16 22:17:09 -07:00
parent 459b1ffa1c
commit 93d438cf01

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