aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/forms.md')
-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 %}