Skip to content

Commit 3f40996

Browse files
committed
typos
1 parent c59035c commit 3f40996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/src/reliable_channel/random_timeout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

packages/sdk/src/reliable_channel/reliable_channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]]

0 commit comments

Comments
 (0)