fix: typos in apps/ui-playground (#21223)

Found via codespell

Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
luzpaz
2025-05-12 08:49:35 +00:00
committed by GitHub
co-authored by Alex van Andel
parent e4254ef7cc
commit 2dbbdc21f2
2 changed files with 2 additions and 2 deletions
@@ -58,7 +58,7 @@ Buttons can be grouped together using the ButtonGroup component. The ButtonGroup
### Button Group Sizes
#### Seperated
#### Separated
<ButtonGroupSizes/>
@@ -9,7 +9,7 @@ export const SizesExample: React.FC = () => (
<div className="space-y-4 md:w-80">
<div className="space-y-2">
<h3 className="text-emphasis text-sm">Default Height</h3>
<TextAreaField name="deafult" placeholder="Default height textarea..." />
<TextAreaField name="default" placeholder="Default height textarea..." />
</div>
<div className="space-y-2">