spelling: instantiating

This commit is contained in:
Josh Soref 2020-03-19 20:29:14 -04:00
parent 9effaf195c
commit 80344ac6c3

View File

@ -5,7 +5,7 @@
if (piskel) {
this.setPiskel(piskel);
} else {
throw 'A piskel instance is mandatory for instanciating PiskelController';
throw 'A piskel instance is mandatory for instantiating PiskelController';
}
};