diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md index e76062d55c45a23f6ab209c5be10fe83dcf5c920..9c1c495b161daba768e75e59d43e900948d5aa41 100644 --- a/site/content/docs/5.0/forms/form-control.md +++ b/site/content/docs/5.0/forms/form-control.md @@ -40,7 +40,7 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara ## Readonly -Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear bolder (just like disabled inputs), but retain the standard cursor. +Add the `readonly` boolean attribute on an input to prevent modification of the input's value. {{< example >}} <input class="form-control" type="text" value="Readonly input here..." aria-label="readonly input example" readonly>