Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 2b8e4e4

Browse files
committed
Fix typo jfc
1 parent 8d4d0e8 commit 2b8e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tailwindcss-v2/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ We've extended the default spacing scale to include a bunch of micro values like
285285
...as well as a bunch of new values at the top end as well like `72`, `80`, and `96`:
286286

287287
```html
288-
<div class="p-96">This is to much padding.</div>
288+
<div class="p-96">This is too much padding.</div>
289289
```
290290

291291
We've also extended the `inset` (that's top/right/bottom/left for you dinosaurs) and `translate` plugins to include the full spacing scale, so now you can do things like this:

0 commit comments

Comments
 (0)