From 36800a2740cd0f0d6150e27a5311121fccc67eb2 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Wed, 5 Aug 2015 23:15:12 -0700
Subject: [PATCH] primary btn there as well

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

diff --git a/docs/components/forms.md b/docs/components/forms.md
index 95a2c59926..976655eb70 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -79,7 +79,7 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
       <input type="checkbox"> Check me out
     </label>
   </div>
-  <button type="submit" class="btn btn-secondary">Submit</button>
+  <button type="submit" class="btn btn-primary">Submit</button>
 </form>
 {% endexample %}
 
-- 
GitLab