diff options
| author | Mark Otto <[email protected]> | 2016-02-09 01:10:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-09 01:10:55 -0800 |
| commit | 5744c585567939fdd8ede3227f0cfdbf2e90e543 (patch) | |
| tree | 9fdcc687ec749cfaea7c0c076b4ced3b76d8f4d5 /docs | |
| parent | 371fbdb0e89a8e6d53d5abca5bb7dd2aa95726f2 (diff) | |
| download | bootstrap-5744c585567939fdd8ede3227f0cfdbf2e90e543.tar.xz bootstrap-5744c585567939fdd8ede3227f0cfdbf2e90e543.zip | |
clarify help text class in docs
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 f1cfcd65e..bcf5ebaad 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -626,7 +626,7 @@ Wrap inputs in grid columns, or any custom parent element, to easily enforce des ## Help text -No official help text classes exist in Bootstrap 4 (previously we had `.help-block` in v3), but thanks to our utility classes like `.text-muted`, you can create much more flexible help text as you need it. +No official classes exist in Bootstrap 4 for stylizing help text (previously we had `.help-block` in v3), but thanks to utility classes like `.text-muted`, you can create much more flexible help text as needed. {% callout warning %} #### Associating help text with form controls |
