Merge pull request #3 from umaar/master

Small corrections to settings and shortcuts
This commit is contained in:
Addy Osmani 2013-08-05 06:07:14 -07:00
Родитель dc7b6dd26b 7286a155f3
Коммит ebd9e1ef47
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -167,7 +167,7 @@
<h4>Show Shadow DOM</h4>
<p>With <a hre="http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/">Shadow DOM</a>, elements can get a new kind of node associated with them. This new kind of node is called a <strong>shadow root</strong>. An element that has a shadow root associated with it is called a shadow host. The child nodes of a shadow host isn't rendered; the content of the shadow root is rendered instead.</p>
<p>With <a href="http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/">Shadow DOM</a>, elements can get a new kind of node associated with them. This new kind of node is called a <strong>shadow root</strong>. An element that has a shadow root associated with it is called a shadow host. The child nodes of a shadow host isn't rendered; the content of the shadow root is rendered instead.</p>
<div class="screenshot">
<img src="settings-files/shadow-dom.png">

Просмотреть файл

@ -9,7 +9,7 @@
<body>
<p>
The DevTools has several built-in shortcut keys that developers can use to save time in their day to day workflow.Outlined below is each shortcut and the corresponding key for each on Windows/Linux and Mac. While some shortcuts are
The DevTools has several built-in shortcut keys that developers can use to save time in their day to day workflow. Outlined below is each shortcut and the corresponding key for each on Windows/Linux and Mac. While some shortcuts are
globally available across all of the DevTools, others are specific to a single panel, and are broken up based on where
it can be used.
</p>