From a300d76f464715255ba3063189b32641624546da Mon Sep 17 00:00:00 2001 From: skyclouds2001 <skyclouds2001@163.com> Date: Thu, 14 Dec 2023 11:01:29 +0800 Subject: [PATCH] fix --- .../functions_and_classes_available_to_workers/index.md | 2 +- files/en-us/web/api/web_workers_api/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/web_workers_api/functions_and_classes_available_to_workers/index.md b/files/en-us/web/api/web_workers_api/functions_and_classes_available_to_workers/index.md index 9ceff08e0a2def1..f80943a68be913f 100644 --- a/files/en-us/web/api/web_workers_api/functions_and_classes_available_to_workers/index.md +++ b/files/en-us/web/api/web_workers_api/functions_and_classes_available_to_workers/index.md @@ -69,7 +69,7 @@ The following Web APIs are available to workers: - {{domxref("Permissions API", "", "", "nocode")}} - {{domxref("Prioritized Task Scheduling API", "", "", "nocode")}} - {{domxref("Push API", "", "", "nocode")}} -- {{domxref("Server Sent Events", "", "", "nocode")}} +- {{domxref("Server-Sent Events", "", "", "nocode")}} - {{domxref("Service Worker API", "", "", "nocode")}} - {{domxref("Streams API", "", "", "nocode")}} - {{domxref("Trusted Types API", "", "", "nocode")}} diff --git a/files/en-us/web/api/web_workers_api/index.md b/files/en-us/web/api/web_workers_api/index.md index 3ee08e2ba51937d..00cb6cebbc3029f 100644 --- a/files/en-us/web/api/web_workers_api/index.md +++ b/files/en-us/web/api/web_workers_api/index.md @@ -92,7 +92,7 @@ The following Web APIs are available to workers: - {{domxref("Permissions API", "", "", "nocode")}} - {{domxref("Prioritized Task Scheduling API", "", "", "nocode")}} - {{domxref("Push API", "", "", "nocode")}} -- {{domxref("Server Sent Events", "", "", "nocode")}} +- {{domxref("Server-Sent Events", "", "", "nocode")}} - {{domxref("Service Worker API", "", "", "nocode")}} - {{domxref("Streams API", "", "", "nocode")}} - {{domxref("Trusted Types API", "", "", "nocode")}}