docs: remove repetitive words (#1392)

Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
leo 2025-03-09 03:15:39 +08:00 committed by GitHub
parent 0c423c999c
commit ff4bf9293c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ const CryptoKeySerializer = {
};
}),
fromObject: (cks) => __awaiter(this, void 0, void 0, function* () {
// if we don't have access to to a real crypto implementation, just return
// if we don't have access to a real crypto implementation, just return
// the serialized crypto key
if (crypto.fake) {
const newCks = Object.assign({}, cks);