Skip to content

翻译纠错和优化 #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 1-js/01-getting-started/3-devtools/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

具体什么样,要看你的 Chrome 版本。它随着时间一直在变,但是都很类似。

- 这个上面,我们能看到红色的错误信息。这个场景中,脚本里有一个未知的 “lalala” 命令。
- 上面这个,我们能看到红色的错误信息。这个场景中,脚本里有一个未知的 “lalala” 命令。
- 在右边,有个可点击的链接 `bug.html:12`。这个链接会链接到错误发生的行号。

在错误信息的下方,有个 `>` 标志。它代表 “命令行 ”,在 “命令行” 中,我们可以输入 JavaScript 命令,按下 `key:Enter` 来执行(`key:Shift+Enter` 用来输入多行命令)。
在错误信息的下方,有个 `>` 标志。它代表 “命令行”,在 “命令行” 中,我们可以输入 JavaScript 命令,按下 `key:Enter` 来执行(`key:Shift+Enter` 用来输入多行命令)。

现在,我们能看到错误就够了。稍后,在 <info:debugging-chrome> 章节中,我们会重新更加深入的讨论开发者工具
现在,我们能看到错误就够了。稍后,在 <info:debugging-chrome> 章节中,我们会重新更加深入地讨论开发者工具

## Firefox、Edge 和其他

Expand Down