Skip to content

Commit

Permalink
Update keyboard input element from span to kbd
Browse files Browse the repository at this point in the history
Summary:
Updated the keyboard input element on the browser debugger page that contains "⌘⌥J" from a `span` to the more semantic `kbd`.
Closes #8998

Differential Revision: D3620668

fbshipit-source-id: ab3081688202c85978f6f400a42eb1aa1abb77c6
  • Loading branch information
chrisnager authored and Facebook Github Bot 8 committed Jul 26, 2016
1 parent 73a64ed commit 481e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/server/util/debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<p>
React Native JS code runs inside this Chrome tab.
</p>
<p>Press <span class="shortcut">⌘⌥J</span> to open Developer Tools. Enable <a href="http://stackoverflow.com/a/17324511/232122" target="_blank">Pause On Caught Exceptions</a> for a better debugging experience.</p>
<p>Press <kbd class="shortcut">⌘⌥J</kbd> to open Developer Tools. Enable <a href="http://stackoverflow.com/a/17324511/232122" target="_blank">Pause On Caught Exceptions</a> for a better debugging experience.</p>
<p>Status: <span id="status">Loading...</span></p>
</div>
</body>
Expand Down

0 comments on commit 481e1c7

Please sign in to comment.