Skip to content

Commit 2dbbdc2

Browse files
luzpazemrysal
andauthored
fix: typos in apps/ui-playground (calcom#21223)
Found via codespell Co-authored-by: Alex van Andel <me@alexvanandel.com>
1 parent e4254ef commit 2dbbdc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/ui-playground/content/design/components/button.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Buttons can be grouped together using the ButtonGroup component. The ButtonGroup
5858

5959
### Button Group Sizes
6060

61-
#### Seperated
61+
#### Separated
6262

6363
<ButtonGroupSizes/>
6464

apps/ui-playground/content/design/components/textarea.sizes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const SizesExample: React.FC = () => (
99
<div className="space-y-4 md:w-80">
1010
<div className="space-y-2">
1111
<h3 className="text-emphasis text-sm">Default Height</h3>
12-
<TextAreaField name="deafult" placeholder="Default height textarea..." />
12+
<TextAreaField name="default" placeholder="Default height textarea..." />
1313
</div>
1414

1515
<div className="space-y-2">

0 commit comments

Comments
 (0)