diff options
| author | Chris Rebert <[email protected]> | 2016-01-14 01:08:19 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-14 01:08:19 -0800 |
| commit | 5e893434c794b328f3c49638bfbb527f356aa6de (patch) | |
| tree | 9ac9dc06b36b1f9767eb577e4374709510950f0a /docs | |
| parent | 01c3f874e11ff561f2e2f8aabe408d3b9a44a52f (diff) | |
| parent | 740ffb8ed4c8f22674322476bd22ae46e060359a (diff) | |
| download | bootstrap-5e893434c794b328f3c49638bfbb527f356aa6de.tar.xz bootstrap-5e893434c794b328f3c49638bfbb527f356aa6de.zip | |
Merge pull request #18891 from rtack/patch-1
Docs typo: from controls --> form controls
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index ce0124f1a..58fd41ac0 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -84,7 +84,7 @@ Remember, since Bootstrap utilizes the HTML5 doctype, **all inputs must have a ` </form> {% endexample %} -Below is a complete list of the specific from controls supported by Bootstrap and the classes that customize them. Additional documentation is available for each group. +Below is a complete list of the specific form controls supported by Bootstrap and the classes that customize them. Additional documentation is available for each group. <table> <thead> |
