diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md index 057b785b12c4..9c1c495b161d 100644 --- a/site/content/docs/5.0/forms/form-control.md +++ b/site/content/docs/5.0/forms/form-control.md @@ -35,15 +35,15 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara {{< example >}} - + {{< /example >}} ## Readonly -Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (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 >}} - + {{< /example >}} ## Readonly plain text