Skip to content

Commit 6981e1d

Browse files
updating react-native-devtools.md file for version-0.82 (facebook#4842)
1 parent 5c8df45 commit 6981e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/versioned_docs/version-0.82/react-native-devtools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Breakpoints are a fundamental tool in your debugging toolkit!
7474

7575
#### Useful tips
7676

77-
- A "Paused in Debugger" overlay will appear when your app is paused. Tap it to resume.
78-
- Pay attention to the right hand side panels when on a breakpoint, which allow you to inspect the current scope and call stack, and set watch expressions.
77+
- A "Paused in Debugger" overlay appears when your app is paused. Tap it to resume.
78+
- Pay attention to the right-hand panels when on a breakpoint, which allow you to inspect the current scope and call stack, and set watch expressions.
7979
- Use a `debugger;` statement to quickly set a breakpoint from your text editor. This will reach the device immediately via Fast Refresh.
8080
- There are multiple kinds of breakpoints! For example, [Conditional Breakpoints and Logpoints](https://developer.chrome.com/docs/devtools/javascript/breakpoints#overview).
8181

@@ -102,7 +102,7 @@ In the integrated Components and Profiler panels, you'll find all the features o
102102

103103
The React Components panel allows you to inspect and update the rendered React component tree.
104104

105-
- Hover or select an element in DevTools to highlight it on device.
105+
- Hover or select an element in DevTools to highlight it on the device.
106106
- To locate an element in DevTools, click the top-left "Select element" button, then tap any element in the app.
107107

108108
#### Useful tips
@@ -136,7 +136,7 @@ Occasionally, DevTools might disconnect from the target device. This can happen
136136

137137
- The app is closed.
138138
- The app is rebuilt (a new native build is installed).
139-
- The app has crashed on the native side.
139+
- The app crashes on the native side.
140140
- The dev server (Metro) is quit.
141141
- A physical device is disconnected.
142142

0 commit comments

Comments
 (0)