]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fixes some typos for arrowless dropdowns in navbar
authorJonathan Urzua <zenbaku@gmail.com>
Sat, 13 Oct 2018 18:14:35 +0000 (15:14 -0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 13 Oct 2018 20:53:40 +0000 (21:53 +0100)
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.

docs/documentation/components/navbar.html

index a9b9d244423e0140584429fd558cff77ce0ff37f..8a2d17136c7b64566b1c35d4bd007f39012d6d33 100644 (file)
@@ -1072,7 +1072,7 @@ $(document).ready(function() {
 
 <div class="content">
   <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>
 </div>