From: Sigurd Moland Wahl <97450146+sigurdmwahl@users.noreply.github.com> Date: Thu, 3 Feb 2022 14:33:00 +0000 (+0100) Subject: Fixed typo in docs X-Git-Tag: v5.2.0-beta1~278 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4dc4108460ff6693c2e587096f6e4339daed61b9;p=thirdparty%2Fbootstrap.git Fixed typo in docs --- 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 >}}