From 657e48de7ef75321fd2bd2e239bac398d8c84c46 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 11 Dec 2019 10:51:12 +0000 Subject: [PATCH] Fix grammar --- src/crypto/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/index.js b/src/crypto/index.js index 969eede5d..47cb1c262 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -352,7 +352,7 @@ Crypto.prototype.bootstrapSecretStorage = async function({ // 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 - // 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); try {