From 9fae26abedff0fee5cacd6b66350390e92a238a1 Mon Sep 17 00:00:00 2001 From: fwqaaq Date: Mon, 27 May 2024 22:43:30 +0800 Subject: [PATCH] Add missing spaces for `subtlecrypto` (#33774) --- files/en-us/web/api/subtlecrypto/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/subtlecrypto/index.md b/files/en-us/web/api/subtlecrypto/index.md index ce756423bed0356..9e987a47668efa0 100644 --- a/files/en-us/web/api/subtlecrypto/index.md +++ b/files/en-us/web/api/subtlecrypto/index.md @@ -9,7 +9,7 @@ browser-compat: api.SubtleCrypto The **`SubtleCrypto`** interface of the [Web Crypto API](/en-US/docs/Web/API/Web_Crypto_API) provides a number of low-level cryptographic functions. -An instance of `SubtleCrypto` is available as the{{domxref("Crypto.subtle", "subtle")}} property of the {{domxref("Crypto")}} interface, which in turn is available in windows through the {{domxref("Window.crypto")}} property and in workers through the {{domxref("WorkerGlobalScope.crypto")}} property. +An instance of `SubtleCrypto` is available as the {{domxref("Crypto.subtle", "subtle")}} property of the {{domxref("Crypto")}} interface, which in turn is available in windows through the {{domxref("Window.crypto")}} property and in workers through the {{domxref("WorkerGlobalScope.crypto")}} property. > **Warning:** This API provides a number of low-level cryptographic primitives. It's very easy to misuse them, and the pitfalls involved can be very subtle. >