Fix typo in Textarea docs (#1444)

* fix typo

* Update packages/webawesome/docs/docs/components/textarea.md

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
This commit is contained in:
randomguy-2650
2025-09-13 15:59:48 +02:00
committed by GitHub
parent 986e52f977
commit 7c3795897c

View File

@@ -6,7 +6,7 @@ category: Form Controls
---
```html {.example}
<wa-textarea label="Type something', will ya"></wa-textarea>
<wa-textarea label="Type somethin', will ya"></wa-textarea>
```
:::info