From dd900a244fc9033f5fa8763e6102e0f76ccca4de Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 18 Dec 2024 18:54:18 -0500 Subject: [PATCH] fix example --- docs/docs/components/textarea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/textarea.md b/docs/docs/components/textarea.md index e292080dd..0f8a34b72 100644 --- a/docs/docs/components/textarea.md +++ b/docs/docs/components/textarea.md @@ -68,7 +68,7 @@ Use the `disabled` attribute to disable a textarea. Use the `value` attribute to set an initial value. ```html {.example} - + ``` ### Sizes