fix typo (#1034)
This commit is contained in:
parent
4ac09f406e
commit
5d1288dcb9
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
<code>navbar-end</code> the <strong>right part</strong> of the menu, which appears at the end of the navbar
|
||||
<ul>
|
||||
<li>
|
||||
<code>navbar-item</code> each <strong>single item</strong> of the navbar, which can either be a <code>a</code> or a <code>div</code>
|
||||
<code>navbar-item</code> each <strong>single item</strong> of the navbar, which can either be an <code>a</code> or a <code>div</code>
|
||||
<ul>
|
||||
<li>
|
||||
<code>navbar-link</code> a <strong>link</strong> as the sibling of a dropdown, with an arrow
|
||||
|
|
Loading…
Add table
Reference in a new issue