From 4dc4108460ff6693c2e587096f6e4339daed61b9 Mon Sep 17 00:00:00 2001 From: Sigurd Moland Wahl <97450146+sigurdmwahl@users.noreply.github.com> Date: Thu, 3 Feb 2022 15:33:00 +0100 Subject: Fixed typo in docs --- site/content/docs/5.1/forms/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content/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 >}}
-- cgit v1.2.3