diff --git a/docs/dev/tutorial/android-debugging.md b/docs/dev/tutorial/android-debugging.md index 39236d5..888f68b 100644 --- a/docs/dev/tutorial/android-debugging.md +++ b/docs/dev/tutorial/android-debugging.md @@ -37,7 +37,7 @@ Start the emulator: emulator -avd ``` -`adb` should connect to the emulator automatically, `adb devices` to verify. +`adb` should connect to the emulator automatically, run `adb devices` to verify. ## Real Phone