Fixes some typos for arrowless dropdowns in navbar

Found some typos for the `is-arrowless` modifier and changed the wording a bit so it's more consistent with the rest of the documentation.
This commit is contained in:
Jonathan Urzua 2018-10-13 15:14:35 -03:00 committed by Jeremy Thomas
parent b761e2c1e6
commit 4283f2e80d

View File

@ -1072,7 +1072,7 @@ $(document).ready(function() {
<div class="content"> <div class="content">
<p> <p>
You can remove the arrow in the items of the Navbar by addind the <code>navbar-dropdown</code> class to them. You can remove the arrow in the items of the navbar by adding the <code>is-arrowless</code> modifier to them.
</p> </p>
</div> </div>