mol_wire_lib 1.0.457 → 1.0.458

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
@@ -1247,7 +1247,7 @@ var $;
1247
1247
  atom.watch();
1248
1248
  }
1249
1249
  else {
1250
- $mol_fail(new Error('Atom is equired for watching'));
1250
+ $mol_fail(new Error('Atom is required for watching'));
1251
1251
  }
1252
1252
  }
1253
1253
  $.$mol_wire_watch = $mol_wire_watch;