From e28aa59739e8a954b2e9dba7761ab8faf04353f6 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Sun, 22 May 2016 16:38:04 -0400 Subject: [PATCH] Removed extra "." from class name --- docs/pages/dropdown-menu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/dropdown-menu.md b/docs/pages/dropdown-menu.md index f95c0d108..f6ca53126 100644 --- a/docs/pages/dropdown-menu.md +++ b/docs/pages/dropdown-menu.md @@ -157,11 +157,11 @@ See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to ### Preventing FOUC -Before the JavaScript on your page loads, the dropdown menus will not have arrows. However, once the JavaScript file has loaded, the arrows will appear causing a [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content). You can prevent this by adding the `.is-dropdown-submenu-parent` class manually. +Before the JavaScript on your page loads, the dropdown menus will not have arrows. However, once the JavaScript file has loaded, the arrows will appear causing a [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content). You can prevent this by adding the `is-dropdown-submenu-parent` class manually. ```html