Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Anderson <dylana@ualberta.ca>2020-11-12 19:12:42 +0300
committerGitHub <noreply@github.com>2020-11-12 19:12:42 +0300
commit8a54cf598aba57b6bf48eb193547caa838a26843 (patch)
tree50dbd5dd7473231b38d4e1398af7fff0291686ff /site/content/docs/5.0/forms
parent7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 (diff)
Update floating-labels.md (#32139)
Fixed grammar error.
Diffstat (limited to 'site/content/docs/5.0/forms')
-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 d324aa92d0..3163ea8e0c 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">