Skip to content

Commit b1a249d

Browse files
authored
Fix React Native DevTools link (#7386)
1 parent 6ae99dd commit b1a249d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Reload your website in the browser now to view it in developer tools.
5454

5555
## Mobile (React Native) {/*mobile-react-native*/}
5656

57-
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.
57+
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.
5858

5959
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
6060

0 commit comments

Comments
 (0)