mol_jsx_lib 0.0.327 → 0.0.329

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.esm.js CHANGED
@@ -2141,7 +2141,7 @@ var $;
2141
2141
  atom.watch();
2142
2142
  }
2143
2143
  else {
2144
- $mol_fail(new Error('Atom is equired for watching'));
2144
+ $mol_fail(new Error('Atom is required for watching'));
2145
2145
  }
2146
2146
  }
2147
2147
  $.$mol_wire_watch = $mol_wire_watch;