File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/sdk/src/reliable_channel Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export class RandomTimeout {
77
88 public constructor (
99 /**
10- * The maximum interval one would wait before the call is made, in millseconds .
10+ * The maximum interval one would wait before the call is made, in milliseconds .
1111 */
1212 private maxIntervalMs : number ,
1313 /**
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export class ReliableChannel<
245245
246246 /**
247247 * Emit events when the channel is aware of missing message.
248- * Note that "syncd " may mean some messages are irretrievably lost.
248+ * Note that "synced " may mean some messages are irretrievably lost.
249249 * Check the emitted data for details.
250250 *
251251 * @emits [[StatusEvents]]
You can’t perform that action at this time.
0 commit comments