We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc940ab commit 05d7efcCopy full SHA for 05d7efc
src/Particle.js
@@ -42,7 +42,7 @@ class Particle {
42
if (this._isValidContext(name, context)){
43
this.context[name] = context;
44
} else {
45
- throw Error('uknown context name or undefined context: '+name);
+ throw Error('unknown context name or undefined context: '+name);
46
}
47
48
0 commit comments