diff --git a/docs/html/training/wearables/apps/bt-debugging.jd b/docs/html/training/wearables/apps/bt-debugging.jd index 8d09c43d20aca..98cf804762a77 100644 --- a/docs/html/training/wearables/apps/bt-debugging.jd +++ b/docs/html/training/wearables/apps/bt-debugging.jd @@ -58,7 +58,8 @@ Target: connected
  • Connect the handheld to your machine over USB and run:
    -adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
    +adb forward tcp:4444 localabstract:/adb-hub
    +adb connect localhost:4444
     

    Note: You can use any available port that you have access to.