From d2a29b5643f9dacd3d8a6b23c30b8215aac31795 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Mon, 17 Aug 2015 18:21:59 -0700
Subject: [PATCH] typo

---
 docs/components/dropdowns.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index 8b1ae7a67b..037e0d1cf0 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -30,7 +30,7 @@ Wrap the dropdown's trigger and the dropdown menu within `.dropdown`, or another
 
 ### Button elements
 
-You can optionaly use `<button>` elements in your dropdowns instead of `<a>`s.
+You can optionally use `<button>` elements in your dropdowns instead of `<a>`s.
 
 {% example html %}
 <div class="dropdown open">
-- 
GitLab