Skip to content

Commit 86e48db

Browse files
committed
fixup! Fix typo in fromEncoded
1 parent 521be0c commit 86e48db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ A static factory method to create a [`Message`](/docs/api/realtime-sdk/types#mes
343343
| Parameter | Description | Type |
344344
|-----------|-------------|------|
345345
| encodedMsg | a `Message`-like deserialized object. | `Object` |
346-
| 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` |
346+
| 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` |
347347

348348
#### Returns
349349

@@ -360,7 +360,7 @@ A static factory method to create an array of [`Messages`](/docs/api/realtime-sd
360360
| Parameter | Description | Type |
361361
|-----------|-------------|------|
362362
| encodedMsgs | an array of `Message`-like deserialized objects. | `Array` |
363-
| 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` |
363+
| 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` |
364364

365365
#### Returns
366366

@@ -396,7 +396,7 @@ A static factory method to create a [`PresenceMessage`](/docs/api/realtime-sdk/t
396396
| Parameter | Description | Type |
397397
|-----------|-------------|------|
398398
| encodedPresMsg | a `PresenceMessage`-like deserialized object. | `Object` |
399-
| 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` |
399+
| 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` |
400400

401401
#### Returns
402402

@@ -413,7 +413,7 @@ A static factory method to create an array of [`PresenceMessages`](/docs/api/rea
413413
| Parameter | Description | Type |
414414
|-----------|-------------|------|
415415
| encodedPresMsgs | an array of `PresenceMessage`-like deserialized objects. | `Array` |
416-
| 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` |
416+
| 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` |
417417

418418
#### Returns
419419

0 commit comments

Comments
 (0)