From 5590d35bceefb4d4abcce6e53270cd573945e40d Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:19:00 +0800 Subject: [PATCH] fix spell (#30561) fix --- files/en-us/web/api/workletglobalscope/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/workletglobalscope/index.md b/files/en-us/web/api/workletglobalscope/index.md index b42e07047d8..aaba4789909 100644 --- a/files/en-us/web/api/workletglobalscope/index.md +++ b/files/en-us/web/api/workletglobalscope/index.md @@ -5,7 +5,7 @@ page-type: web-api-interface browser-compat: api.WorkletGlobalScope --- -{{APIRef("HTM DOM")}}{{SecureContext_Header}} +{{APIRef("HTML DOM")}}{{SecureContext_Header}} The **`WorkletGlobalScope`** interface is an abstract class that specific worklet scope classes inherit from. Each `WorkletGlobalScope` defines a new global environment. -- GitLab