]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: use 'i.e.' instead of 'e.g.' in Floating Labels example description (#41364)
authorJulien Déramond <juderamond@gmail.com>
Thu, 10 Apr 2025 16:23:18 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 16:23:18 +0000 (18:23 +0200)
site/content/docs/5.3/forms/floating-labels.md

index 9a390e4ff2cc7ceeacbc6cfe893d8b3f71a05de2..948f0568a9a09f9c46b328a0701e9634d77c2e99 100644 (file)
@@ -8,7 +8,7 @@ toc: true
 
 ## Example
 
-Wrap a pair of `<input class="form-control">` and `<label>` elements in `.form-floating` to enable floating labels with Bootstrap's textual form fields. A `placeholder` is required on each `<input>` as our method of CSS-only floating labels uses the `:placeholder-shown` pseudo-element. Also note that the `<input>` must come first so we can utilize a sibling selector (e.g., `~`).
+Wrap a pair of `<input class="form-control">` and `<label>` elements in `.form-floating` to enable floating labels with Bootstrap's textual form fields. A `placeholder` is required on each `<input>` as our method of CSS-only floating labels uses the `:placeholder-shown` pseudo-element. Also note that the `<input>` must come first so we can utilize a sibling selector (i.e., `~`).
 
 {{< example >}}
 <div class="form-floating mb-3">