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
path: root/site
diff options
context:
space:
mode:
authorSigurd Moland Wahl <97450146+sigurdmwahl@users.noreply.github.com>2022-02-03 17:33:00 +0300
committerMark Otto <otto@github.com>2022-02-07 01:31:59 +0300
commit4dc4108460ff6693c2e587096f6e4339daed61b9 (patch)
tree13afb4945d872e7429332e8c9a7e968d317d6465 /site
parent957c1dd6eaacc7a8b17a68ecb78b3134d449b5c1 (diff)
Fixed typo in docs
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/forms/validation.md2
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 c4bc1b5db5..da48755b1a 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">