Skip to content

Commit

Permalink
docs(cn): sync with article title
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed May 27, 2022
1 parent 053d03d commit 74e95dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beta/src/pages/learn/react-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ translators:
* [安装 **Firefox** 扩展](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
* [安装 **Edge** 扩展](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)

现在,如果你访问一个用 **React 构建** 的网站,你将看到 _Components__Profiler_ 面板。
现在,如果你访问一个用 **React 构建** 的网站,你将看到 **Components****Profiler** 面板。

![React Developer Tools extension](/images/docs/react-devtools-extension.png)

Expand Down Expand Up @@ -75,4 +75,4 @@ react-devtools

> 如果几秒钟后开发者工具未连接,请尝试重新加载应用程序。
[了解有关调试 React Native 的更多信息](https://reactnative.dev/docs/debugging)
[了解有关调试 React Native 的更多信息](https://reactnative.dev/docs/debugging)
2 changes: 1 addition & 1 deletion beta/src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"path": "/learn/editor-setup"
},
{
"title": "React Developer Tools",
"title": "React 开发者工具",
"path": "/learn/react-developer-tools"
}
]
Expand Down

0 comments on commit 74e95dd

Please sign in to comment.