Skip to content

Commit 268b54f

Browse files
committed
docs: small wording change in developing guide
1 parent 38d2a80 commit 268b54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/develop/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ It is recommended to use the `tauri [android|ios] dev --open` command and keep t
214214
Each Android distribution has its own way to enable the Developer Mode, please check your manufacturer's documentation for more information.
215215
:::
216216

217-
The Web Inspector for Android is powered by Google Chrome's DevTools and can be accessed by navigating to `chrome://inspect` in the Chrome browser.
217+
The Web Inspector for Android is powered by Google Chrome's DevTools and can be accessed by navigating to `chrome://inspect` in the Chrome browser on your computer.
218218
Your device or emulator should appear in the remote devices list if your Android application is running, and you can open the developer tools
219-
by clicking **inspect** on your device.
219+
by clicking **inspect** on the entry matching your device.
220220

221221
#### Troubleshooting
222222

0 commit comments

Comments
 (0)