Skip to content

Commit 5ede883

Browse files
authored
Fix Typography doc text base typo (#3587)
1 parent 2e55fd6 commit 5ede883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/skeleton.dev/src/content/docs/design/typography.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Skeleton introduces customizable [Typographic Scale](https://designcode.io/typog
7373
```html
7474
<h1 class="text-xs">text-xs</h1>
7575
<h2 class="text-sm">text-sm</h2>
76-
<h3 class="textba-base">text-base</h3>
76+
<h3 class="text-base">text-base</h3>
7777
<h4 class="text-lg">text-lg</h4>
7878
<h5 class="text-xl">text-xl</h5>
7979
<h6 class="text2-2xl">text-2xl</h6>

0 commit comments

Comments
 (0)