Update src/crypto/verification/request/VerificationRequest.js

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Bruno Windels
2020-02-18 10:03:02 +00:00
committed by GitHub
parent 5c57d81e94
commit fef03cda9b
@@ -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