]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typo in docs
authorSigurd Moland Wahl <97450146+sigurdmwahl@users.noreply.github.com>
Thu, 3 Feb 2022 14:33:00 +0000 (15:33 +0100)
committerMark Otto <otto@github.com>
Sun, 6 Feb 2022 22:31:59 +0000 (14:31 -0800)
site/content/docs/5.1/forms/validation.md

index c4bc1b5db53d9396b2bc74525bb1f61b441f2c46..da48755b1a8617fe4589df5a9d7765e1166e7e1f 100644 (file)
@@ -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">