From 481e1c77a000f7c7f9977dfcb5c30be855e255b9 Mon Sep 17 00:00:00 2001 From: Chris Nager Date: Tue, 26 Jul 2016 10:10:42 -0700 Subject: [PATCH] Update keyboard input element from `span` to `kbd` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Updated the keyboard input element on the browser debugger page that contains "⌘⌥J" from a `span` to the more semantic `kbd`. Closes https://github.com/facebook/react-native/pull/8998 Differential Revision: D3620668 fbshipit-source-id: ab3081688202c85978f6f400a42eb1aa1abb77c6 --- local-cli/server/util/debugger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/server/util/debugger.html b/local-cli/server/util/debugger.html index 73d480db648..dcc75aecc97 100644 --- a/local-cli/server/util/debugger.html +++ b/local-cli/server/util/debugger.html @@ -127,7 +127,7 @@ connectToDebuggerProxy();

React Native JS code runs inside this Chrome tab.

-

Press ⌘⌥J to open Developer Tools. Enable Pause On Caught Exceptions for a better debugging experience.

+

Press ⌘⌥J to open Developer Tools. Enable Pause On Caught Exceptions for a better debugging experience.

Status: Loading...