From 74b649c04cdfae78fa7c493c82b6414671f67456 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 1 Nov 2019 10:45:41 +0000 Subject: [PATCH] Typo --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 84ec107bc..1a5ffcdc1 100644 --- a/src/client.js +++ b/src/client.js @@ -928,7 +928,7 @@ function wrapCryptoFuncs(MatrixClient, names) { * @function module:client~MatrixClient#getStoredCrossSigningForUser * @param {string} userId the user ID to get the cross-signing info for. * - * @returns {CrossSigningInfo} the cross signing informmation for the user. + * @returns {CrossSigningInfo} the cross signing information for the user. */ /**