From fef03cda9ba7dacdecfd34b1af1fb291d02dd044 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 18 Feb 2020 10:03:02 +0000 Subject: [PATCH] Update src/crypto/verification/request/VerificationRequest.js Co-Authored-By: J. Ryan Stinnett --- src/crypto/verification/request/VerificationRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/verification/request/VerificationRequest.js b/src/crypto/verification/request/VerificationRequest.js index a685aeff0..51234bbc4 100644 --- a/src/crypto/verification/request/VerificationRequest.js +++ b/src/crypto/verification/request/VerificationRequest.js @@ -186,7 +186,7 @@ export class VerificationRequest extends EventEmitter { } /** Checks whether the other party supports a given verification method. - * This is useful setting up the QR code UI, as it is somewhat asymmetrical: + * This is useful when setting up the QR code UI, as it is somewhat asymmetrical: * if the other party supports SCAN_QR, we should show a QR code in the UI, and vice versa. * For methods that need to be supported by both ends, use the `methods` property. * @param {string} method the method to check