diff options
| author | Dylan Anderson <[email protected]> | 2020-11-12 09:12:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-12 18:12:42 +0200 |
| commit | 8a54cf598aba57b6bf48eb193547caa838a26843 (patch) | |
| tree | 50dbd5dd7473231b38d4e1398af7fff0291686ff | |
| parent | 7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 (diff) | |
| download | bootstrap-8a54cf598aba57b6bf48eb193547caa838a26843.tar.xz bootstrap-8a54cf598aba57b6bf48eb193547caa838a26843.zip | |
Update floating-labels.md (#32139)
Fixed grammar error.
| -rw-r--r-- | site/content/docs/5.0/forms/floating-labels.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/floating-labels.md b/site/content/docs/5.0/forms/floating-labels.md index d324aa92d..3163ea8e0 100644 --- a/site/content/docs/5.0/forms/floating-labels.md +++ b/site/content/docs/5.0/forms/floating-labels.md @@ -61,7 +61,7 @@ To set a custom height on your `<textarea>`, do not use the `rows` attribute. In ## Selects -Other than `.form-control`, floating labels only available on `.form-select`s. They work in the same way, but unlike `<input>`s, they'll always show the `<label>` in its floated state. +Other than `.form-control`, floating labels are only available on `.form-select`s. They work in the same way, but unlike `<input>`s, they'll always show the `<label>` in its floated state. {{< example >}} <div class="form-floating"> |
