1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

fix typo in comments

This commit is contained in:
Cédric Van Rompay
2020-01-27 11:42:15 +01:00
parent e1f832bfa7
commit c17df7a6f7

View File

@@ -100,7 +100,7 @@ function keyFromRecoverySession(session, decryptionKey) {
*
* @param {Object} opts.deviceToImport Device data exported with
* (TODO link to export method) that must be imported to recreate this device.
* Should only be useful for deviced with end-to-end crypto enabled.
* Should only be useful for devices with end-to-end crypto enabled.
* If provided, opts.deviceId and opts.userId should **NOT** be provided
* (they are present in the exported data).
*