From 2462e9d957c746129aa820c676c115c7faa6ce13 Mon Sep 17 00:00:00 2001 From: meowmeowcat Date: Mon, 18 Oct 2021 09:22:50 +0800 Subject: Fix typo in Web/API/Console, zh-CN (#2746) --- files/zh-cn/web/api/console/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/api/console/index.html b/files/zh-cn/web/api/console/index.html index f66e3de417..a5b296b310 100644 --- a/files/zh-cn/web/api/console/index.html +++ b/files/zh-cn/web/api/console/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/Console
{{domxref("Console.time()")}}
启动一个以入参作为特定名称的计时器,在显示页面中可同时运行的计时器上限为10,000.
{{domxref("Console.timeEnd()")}}
-
结束特定的 计时器 并以豪秒打印其从开始到结束所用的时间。
+
结束特定的 计时器 并以毫秒打印其从开始到结束所用的时间。
{{domxref("Console.timeLog()")}}
打印特定 计时器 所运行的时间。
{{domxref("Console.timeStamp()")}} {{Non-standard_inline}}
-- cgit v1.2.3-54-g00ecf