@@ -477,7 +477,7 @@ export interface IStartClientOpts {
477
477
/**
478
478
* Controls where pending messages appear in a room's timeline. If "<b>chronological</b>", messages will
479
479
* appear in the timeline when the call to `sendEvent` was made. If "<b>detached</b>",
480
- * pending messages will appear in a separate list, accessbile via {@link Room#getPendingEvents}.
480
+ * pending messages will appear in a separate list, accessible via {@link Room#getPendingEvents}.
481
481
* Default: "chronological".
482
482
*/
483
483
pendingEventOrdering ?: PendingEventOrdering ;
@@ -1094,7 +1094,7 @@ export type ClientEventHandlerMap = {
1094
1094
* decryptable, unlike Megolm encrypted events where the key may simply
1095
1095
* arrive later.
1096
1096
*
1097
- * An undecryptable to-device event is therefore likley to indicate problems.
1097
+ * An undecryptable to-device event is therefore likely to indicate problems.
1098
1098
*
1099
1099
* @param event - The undecyptable to-device event
1100
1100
*/
@@ -6854,7 +6854,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
6854
6854
}
6855
6855
6856
6856
/**
6857
- * Fetch a user's *extended* profile, which may include additonal keys.
6857
+ * Fetch a user's *extended* profile, which may include additional keys.
6858
6858
*
6859
6859
* @see https://github.com/tcpipuk/matrix-spec-proposals/blob/main/proposals/4133-extended-profiles.md
6860
6860
* @param userId The user ID to fetch the profile of.
@@ -6910,7 +6910,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
6910
6910
*
6911
6911
* @see https://github.com/tcpipuk/matrix-spec-proposals/blob/main/proposals/4133-extended-profiles.md
6912
6912
* @param key The key of the property to set.
6913
- * @param value The value to set on the propety .
6913
+ * @param value The value to set on the property .
6914
6914
*
6915
6915
* @throws An error if the server does not support MSC4133 OR the server disallows editing the user profile.
6916
6916
*/
@@ -7605,7 +7605,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
7605
7605
* @param sid - The sid given in the response to requestToken
7606
7606
* @param clientSecret - A secret binary string generated by the client.
7607
7607
* This must be the same value submitted in the requestToken call.
7608
- * @param msisdnToken - The MSISDN token, as enetered by the user.
7608
+ * @param msisdnToken - The MSISDN token, as entered by the user.
7609
7609
* @param identityAccessToken - The `access_token` field of the Identity
7610
7610
* Server `/account/register` response (see {@link registerWithIdentityServer}).
7611
7611
* Some legacy identity servers had no authentication here.
@@ -7648,7 +7648,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
7648
7648
* @param sid - The sid given in the response to requestToken
7649
7649
* @param clientSecret - A secret binary string generated by the client.
7650
7650
* This must be the same value submitted in the requestToken call.
7651
- * @param msisdnToken - The MSISDN token, as enetered by the user.
7651
+ * @param msisdnToken - The MSISDN token, as entered by the user.
7652
7652
*
7653
7653
* @returns Promise which resolves: Object, containing success boolean.
7654
7654
* @returns Rejects: with an error response.
0 commit comments