diff options
Diffstat (limited to 'files/ja/tools/remote_debugging')
-rw-r--r-- | files/ja/tools/remote_debugging/firefox_for_android/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/tools/remote_debugging/firefox_for_android/index.html b/files/ja/tools/remote_debugging/firefox_for_android/index.html index af3bdfbb64..044a6c6d52 100644 --- a/files/ja/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ja/tools/remote_debugging/firefox_for_android/index.html @@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android <ul> <li>Firefox 15 以降を実行するデスクトップまたはノート型コンピュータ</li> - <li>Android 版 Firefox 15 以降を実行している、<a href="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device" title="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device">Android 版 Firefox が動作する</a> Android デバイス</li> + <li>Android 版 Firefox 15 以降を実行している、<a href="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device">Android 版 Firefox が動作する</a> Android デバイス</li> <li>2 つのデバイスを接続する USB ケーブル</li> </ul> <h3 id="ADB_setup" name="ADB_setup">ADB のセットアップ</h3> -<p>次に <a href="https://developer.android.com/tools/help/adb.html" title="https://developer.android.com/tools/help/adb.html">adb</a> コマンドラインツールを使用して、デスクトップと Android デバイスが相互に対話できるようにしなければなりません。</p> +<p>次に <a href="https://developer.android.com/tools/help/adb.html">adb</a> コマンドラインツールを使用して、デスクトップと Android デバイスが相互に対話できるようにしなければなりません。</p> <h4 class="note" id="Android_デバイスで行う作業">Android デバイスで行う作業</h4> |