Skip to content

Commit 05d7efc

Browse files
author
Joe Goggins
committed
Fix typo in error
1 parent bc940ab commit 05d7efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Particle {
4242
if (this._isValidContext(name, context)){
4343
this.context[name] = context;
4444
} else {
45-
throw Error('uknown context name or undefined context: '+name);
45+
throw Error('unknown context name or undefined context: '+name);
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)