From ff4bf9293c1afa85b09eb6027d841a611521c0c6 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 9 Mar 2025 03:15:39 +0800 Subject: [PATCH] docs: remove repetitive words (#1392) Signed-off-by: RiceChuan --- examples/react-native/src/webview-crypto/serializeBinary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/src/webview-crypto/serializeBinary.js b/examples/react-native/src/webview-crypto/serializeBinary.js index 480eb3347..80a97caad 100644 --- a/examples/react-native/src/webview-crypto/serializeBinary.js +++ b/examples/react-native/src/webview-crypto/serializeBinary.js @@ -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);