From 4283f2e80d1c7cf5b5b32d5c41e4a1f9ad6b572f Mon Sep 17 00:00:00 2001 From: Jonathan Urzua Date: Sat, 13 Oct 2018 15:14:35 -0300 Subject: [PATCH] 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. --- docs/documentation/components/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index a9b9d244..8a2d1713 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -1072,7 +1072,7 @@ $(document).ready(function() {

- You can remove the arrow in the items of the Navbar by addind the navbar-dropdown class to them. + You can remove the arrow in the items of the navbar by adding the is-arrowless modifier to them.