Fix typos
This commit is contained in:
parent
0e853ec7b7
commit
718d0a7046
13 changed files with 13 additions and 13 deletions
|
@ -1003,7 +1003,7 @@ async function encryptForSenderKey({
|
|||
SenderCertificateMode.WithoutE164
|
||||
);
|
||||
if (!senderCertificateObject) {
|
||||
throw new Error('encryptForSenderKey: Unable to fetch sender certifiate!');
|
||||
throw new Error('encryptForSenderKey: Unable to fetch sender certificate!');
|
||||
}
|
||||
|
||||
const senderCertificate = SenderCertificate.deserialize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue