1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
David Baker
2019-11-01 10:45:41 +00:00
committed by GitHub
parent 49588da73d
commit 74b649c04c

View File

@@ -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.
*/
/**