Doc: Fix mixed-up tags in component hierarchy (#2389)

This commit is contained in:
Spencer Christiansen 2017-10-25 14:20:09 -06:00 committed by Albin Ekblom
parent 0dd18ba5b3
commit 40cb4d436d

View file

@ -287,7 +287,7 @@
#content h3:before { #content h3:before {
content: '### '; content: '### ';
} }
#content h4:before { #content h4:before {
content: '#### '; content: '#### ';
} }
@ -1244,7 +1244,7 @@
<p>The user can hot-load and hot-reload plugins by pressing <p>The user can hot-load and hot-reload plugins by pressing
Command + R (refresh). Please strive to make plugins that don't Command + R (refresh). Please strive to make plugins that don't
require a complete restart of the application to work.</p> require a complete restart of the application to work.</p>
<h4>Notice</h4> <h4>Notice</h4>
<p>Plugins affecting the `BrowserWindow` will the effect on new windows after hot-reload.</p> <p>Plugins affecting the `BrowserWindow` will the effect on new windows after hot-reload.</p>
@ -1300,8 +1300,8 @@
&lt;TermGroup&gt; &lt;TermGroup&gt;
&lt;Term /&gt; ... &lt;Term /&gt; ...
&lt;/TermGroup&gt; &lt;/TermGroup&gt;
&lt;/TermGroup&gt; &lt;/SplitPane&gt;
&lt;/SplitPane&gt; &lt;/TermGroup&gt;
&lt;/Terms&gt; &lt;/Terms&gt;
&lt;Notifications&gt; &lt;Notifications&gt;
&lt;Notification /&gt; ... &lt;Notification /&gt; ...