diff --git a/src/client.ts b/src/client.ts
index 93f3a6b9a..972d3341d 100644
--- a/src/client.ts
+++ b/src/client.ts
@@ -477,7 +477,7 @@ export interface IStartClientOpts {
/**
* Controls where pending messages appear in a room's timeline. If "chronological", messages will
* appear in the timeline when the call to `sendEvent` was made. If "detached",
- * pending messages will appear in a separate list, accessbile via {@link Room#getPendingEvents}.
+ * pending messages will appear in a separate list, accessible via {@link Room#getPendingEvents}.
* Default: "chronological".
*/
pendingEventOrdering?: PendingEventOrdering;
@@ -1094,7 +1094,7 @@ export type ClientEventHandlerMap = {
* decryptable, unlike Megolm encrypted events where the key may simply
* arrive later.
*
- * An undecryptable to-device event is therefore likley to indicate problems.
+ * An undecryptable to-device event is therefore likely to indicate problems.
*
* @param event - The undecyptable to-device event
*/
@@ -6854,7 +6854,7 @@ export class MatrixClient extends TypedEventEmitter