diff options
author | meowmeowcat <meowmeowcat1211@gmail.com> | 2021-10-18 09:22:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 09:22:50 +0800 |
commit | 2462e9d957c746129aa820c676c115c7faa6ce13 (patch) | |
tree | 791892f1dc2eb1e757a055cea53c4bf6d60aac52 /files/zh-cn | |
parent | 2a587b44f59b5cd9574555136d503a9d1dc83a1f (diff) | |
download | translated-content-2462e9d957c746129aa820c676c115c7faa6ce13.tar.gz translated-content-2462e9d957c746129aa820c676c115c7faa6ce13.tar.bz2 translated-content-2462e9d957c746129aa820c676c115c7faa6ce13.zip |
Fix typo in Web/API/Console, zh-CN (#2746)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dt>{{domxref("Console.time()")}}</dt> <dd>启动一个以入参作为特定名称的<a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a>,在显示页面中可同时运行的计时器上限为10,000.</dd> <dt>{{domxref("Console.timeEnd()")}}</dt> - <dd>结束特定的 <a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a> 并以豪秒打印其从开始到结束所用的时间。</dd> + <dd>结束特定的 <a href="https://developer.mozilla.org/en-US/docs/Web/API/console#Timers">计时器</a> 并以毫秒打印其从开始到结束所用的时间。</dd> <dt>{{domxref("Console.timeLog()")}}</dt> <dd>打印特定 <a href="/en-US/docs/Web/API/console#Timers">计时器</a> 所运行的时间。</dd> <dt>{{domxref("Console.timeStamp()")}} {{Non-standard_inline}}</dt> |