@instantdb/core 0.22.142-experimental.docs-chat-streaming.22120458748.1 → 0.22.142

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.
@@ -760,7 +760,7 @@ class Reactor {
760
760
  this._handleReceiveError(msg);
761
761
  break;
762
762
  default:
763
- this._log.info('Uknown op', msg.op, msg);
763
+ this._log.info('Unknown op', msg.op, msg);
764
764
  break;
765
765
  }
766
766
  }