aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-05 23:15:12 -0700
committerMark Otto <[email protected]>2015-08-05 23:15:12 -0700
commit36800a2740cd0f0d6150e27a5311121fccc67eb2 (patch)
treea73c74562d8572b2cc0ce4ad28f9cb9195e43272 /docs/components
parentbe299c1b8bdff1e247af9ab211f3db89c24e1836 (diff)
downloadbootstrap-36800a2740cd0f0d6150e27a5311121fccc67eb2.tar.xz
bootstrap-36800a2740cd0f0d6150e27a5311121fccc67eb2.zip
primary btn there as well
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 95a2c5992..976655eb7 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 %}