1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Fix grammar

This commit is contained in:
J. Ryan Stinnett
2019-12-11 10:51:12 +00:00
parent 1b63cb1406
commit 657e48de7e

View File

@@ -352,7 +352,7 @@ Crypto.prototype.bootstrapSecretStorage = async function({
// If we happen to reset cross-signing keys here, then we want access to the // If we happen to reset cross-signing keys here, then we want access to the
// cross-signing private keys, but only for the scope of this method, so we // cross-signing private keys, but only for the scope of this method, so we
// use temporary callbacks to weave the them through the various APIs. // use temporary callbacks to weave them through the various APIs.
const appCallbacks = Object.assign({}, this._baseApis._cryptoCallbacks); const appCallbacks = Object.assign({}, this._baseApis._cryptoCallbacks);
try { try {