From fed8f903c0949ab8eaf52afd445f9f7821dd147b Mon Sep 17 00:00:00 2001 From: Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> Date: Wed, 16 Jun 2021 20:13:45 +0100 Subject: fix #574 --- files/zh-cn/web/javascript/reference/global_objects/error/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/index.html index 27bd521d4e..c8aa8b581e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/index.html @@ -80,7 +80,7 @@ const y = new Error('I was constructed via the "new" keyword!');