From c17df7a6f74e0d699cbcd510a123ac0129d268e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Van=20Rompay?= Date: Mon, 27 Jan 2020 11:42:15 +0100 Subject: [PATCH] fix typo in comments --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index a1401d4ce..dba1872be 100644 --- a/src/client.js +++ b/src/client.js @@ -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). *