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

Fix typos

This commit is contained in:
Michael Telatynski
2021-06-17 15:23:40 +01:00
parent b1b7522b80
commit a2449ff6a7

View File

@@ -492,8 +492,8 @@ export class MatrixEvent extends EventEmitter {
*
* @param {module:crypto} crypto crypto module
* @param {object} options
* @param {bool} options.isRetry True if this is a retry (enables more logging)
* @param {bool} options.emit Emits "event.decrypted" if set to true
* @param {boolean} options.isRetry True if this is a retry (enables more logging)
* @param {boolean} options.emit Emits "event.decrypted" if set to true
*
* @returns {Promise} promise which resolves (to undefined) when the decryption
* attempt is completed.
@@ -1258,6 +1258,6 @@ const REDACT_KEEP_CONTENT_MAP = {
* @param {module:models/event.MatrixEvent} event
* The matrix event which has been decrypted
* @param {module:crypto/algorithms/base.DecryptionError?} err
* The error that occured during decryption, or `undefined` if no
* error occured.
* The error that occurred during decryption, or `undefined` if no
* error occurred.
*/