mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
Doc: Fix mixed-up tags in component hierarchy (#2389)
This commit is contained in:
parent
0dd18ba5b3
commit
40cb4d436d
1 changed files with 4 additions and 4 deletions
|
|
@ -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 @@
|
||||||
<TermGroup>
|
<TermGroup>
|
||||||
<Term /> ...
|
<Term /> ...
|
||||||
</TermGroup>
|
</TermGroup>
|
||||||
</TermGroup>
|
</SplitPane>
|
||||||
</SplitPane>
|
</TermGroup>
|
||||||
</Terms>
|
</Terms>
|
||||||
<Notifications>
|
<Notifications>
|
||||||
<Notification /> ...
|
<Notification /> ...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue