Skip to content

Commit 95e3e84

Browse files
committed
fixup! Migrate Realtime SDK API spec History page to MDX
1 parent 41c31bf commit 95e3e84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/docs/api/realtime-sdk/history.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ A static factory method to create a [`Message`](/docs/api/realtime-sdk/types#mes
329329
| Parameter | Description | Type |
330330
|-----------|-------------|------|
331331
| encodedMsg | a `Message`-like deserialized object. | `Object` |
332-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. | `Object` |
332+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. | `Object` |
333333

334334
##### Returns
335335

@@ -350,7 +350,7 @@ A static factory method to create an array of [`Messages`](/docs/api/realtime-sd
350350
| Parameter | Description | Type |
351351
|-----------|-------------|------|
352352
| encodedMsgs | an array of `Message`-like deserialized objects. | `Array` |
353-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. | `Object` |
353+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. | `Object` |
354354

355355
##### Returns
356356

@@ -390,7 +390,7 @@ A static factory method to create a [`PresenceMessage`](/docs/api/realtime-sdk/t
390390
| Parameter | Description | Type |
391391
|-----------|-------------|------|
392392
| encodedPresMsg | a `PresenceMessage`-like deserialized object. | `Object` |
393-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. | `Object` |
393+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. | `Object` |
394394

395395
##### Returns
396396

@@ -411,7 +411,7 @@ A static factory method to create an array of [`PresenceMessages`](/docs/api/rea
411411
| Parameter | Description | Type |
412412
|-----------|-------------|------|
413413
| encodedPresMsgs | an array of `PresenceMessage`-like deserialized objects. | `Array` |
414-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. | `Object` |
414+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. | `Object` |
415415

416416
##### Returns
417417

0 commit comments

Comments
 (0)