aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Anderson <[email protected]>2020-11-12 09:12:42 -0700
committerGitHub <[email protected]>2020-11-12 18:12:42 +0200
commit8a54cf598aba57b6bf48eb193547caa838a26843 (patch)
tree50dbd5dd7473231b38d4e1398af7fff0291686ff
parent7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 (diff)
downloadbootstrap-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.md2
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">