We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e55fd6 commit 5ede883Copy full SHA for 5ede883
sites/skeleton.dev/src/content/docs/design/typography.mdx
@@ -73,7 +73,7 @@ Skeleton introduces customizable [Typographic Scale](https://designcode.io/typog
73
```html
74
<h1 class="text-xs">text-xs</h1>
75
<h2 class="text-sm">text-sm</h2>
76
- <h3 class="textba-base">text-base</h3>
+ <h3 class="text-base">text-base</h3>
77
<h4 class="text-lg">text-lg</h4>
78
<h5 class="text-xl">text-xl</h5>
79
<h6 class="text2-2xl">text-2xl</h6>
0 commit comments