diff options
| author | Sigurd Moland Wahl <[email protected]> | 2022-02-03 15:33:00 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-06 14:31:59 -0800 |
| commit | 4dc4108460ff6693c2e587096f6e4339daed61b9 (patch) | |
| tree | 13afb4945d872e7429332e8c9a7e968d317d6465 | |
| parent | 957c1dd6eaacc7a8b17a68ecb78b3134d449b5c1 (diff) | |
| download | bootstrap-4dc4108460ff6693c2e587096f6e4339daed61b9.tar.xz bootstrap-4dc4108460ff6693c2e587096f6e4339daed61b9.zip | |
Fixed typo in docs
| -rw-r--r-- | site/content/docs/5.1/forms/validation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/forms/validation.md b/site/content/docs/5.1/forms/validation.md index c4bc1b5db..da48755b1 100644 --- a/site/content/docs/5.1/forms/validation.md +++ b/site/content/docs/5.1/forms/validation.md @@ -165,7 +165,7 @@ We recommend using client-side validation, but in case you require server-side v For invalid fields, ensure that the invalid feedback/error message is associated with the relevant form field using `aria-describedby` (noting that this attribute allows more than one `id` to be referenced, in case the field already points to additional form text). -To fix [issues with border radii](https://github.com/twbs/bootstrap/issues/25110), input groups require an additional `.has-validation` class. +To fix [issues with border radius](https://github.com/twbs/bootstrap/issues/25110), input groups require an additional `.has-validation` class. {{< example >}} <form class="row g-3"> |
