Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f3743f3

Browse files
committed
fix spelling
1 parent 625e03c commit f3743f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MatrixClientPeg.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ class _MatrixClientPeg implements IMatrixClientPeg {
274274
// These are always installed regardless of the labs flag so that
275275
// cross-signing features can toggle on without reloading and also be
276276
// accessed immediately after login.
277-
const customisatedCallbacks = {
277+
const customisedCallbacks = {
278278
getDehydrationKey: SecurityCustomisations.getDehydrationKey,
279279
};
280-
Object.assign(opts.cryptoCallbacks, crossSigningCallbacks, customisatedCallbacks);
280+
Object.assign(opts.cryptoCallbacks, crossSigningCallbacks, customisedCallbacks);
281281

282282
this.matrixClient = createMatrixClient(opts);
283283

0 commit comments

Comments
 (0)