Skip to content

Commit fb8a66a

Browse files
chore: wording
Signed-off-by: Jie Peng <[email protected]>
1 parent 997922f commit fb8a66a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/learn/react-developer-tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ title: React 開發者工具
1010

1111
<YouWillLearn>
1212

13-
* 如何安裝 React Developer Tools
13+
* 如何安裝 React 開發者工具
1414

1515
</YouWillLearn>
1616

17-
## Browser extension {/*browser-extension*/}
17+
## 瀏覽器擴充元件 {/*browser-extension*/}
1818

19-
要 debug 用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
19+
要除錯用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
2020

2121
* [Install for **Chrome**](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
2222
* [Install for **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
@@ -52,7 +52,7 @@ react-devtools
5252

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

55-
## Mobile (React Native) {/*mobile-react-native*/}
55+
## 行動裝置(React Native {/*mobile-react-native*/}
5656
React 開發者工具也可以用來檢測由 [React Native](https://reactnative.dev/) 建構的應用程式。
5757

5858
使用 React 開發者工具最簡單的方式就是全域安裝它:
@@ -73,4 +73,4 @@ react-devtools
7373

7474
> 如果在幾秒鐘內沒有連接上開發者工具,請嘗試重新載入應用程式。
7575
76-
[學習更多關於 React Native 的 debugging](https://reactnative.dev/docs/debugging)
76+
[學習更多關於除錯 React Native 的方式](https://reactnative.dev/docs/debugging)

0 commit comments

Comments
 (0)