]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update floating-labels.md (#32139)
authorDylan Anderson <dylana@ualberta.ca>
Thu, 12 Nov 2020 16:12:42 +0000 (09:12 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 16:12:42 +0000 (18:12 +0200)
Fixed grammar error.

site/content/docs/5.0/forms/floating-labels.md

index d324aa92d0fd532c6281d0c9027cc78ef26ed81a..3163ea8e0c57f142d423b2b199f997fcfa641585 100644 (file)
@@ -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">