From f18dcae78c88f29bf1e79c014621d45097e38999 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 19 Aug 2021 11:00:46 -0400 Subject: correct to Quick_links (not Quick_Links) (#2138) --- files/zh-cn/glossary/global_object/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/glossary/global_object') diff --git a/files/zh-cn/glossary/global_object/index.html b/files/zh-cn/glossary/global_object/index.html index 5635c4661d..81732082ce 100644 --- a/files/zh-cn/glossary/global_object/index.html +++ b/files/zh-cn/glossary/global_object/index.html @@ -50,7 +50,7 @@ window.greeting(); // It is the same as the normal invoking: greeting(); console.log("Hi!"); } -