Skip to content

Commit 8fa371d

Browse files
authored
Fix incorrect HTML code example (tailwindlabs#1962)
Fixes tailwindlabs#1959.
1 parent f60c27c commit 8fa371d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/styling-with-utility-classes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Here's what a `btn-primary` class might look like, using [theme variables](/docs
864864

865865
```html
866866
<!-- [!code filename:HTML] -->
867-
<button class="btn-primary">Save changes</button>
867+
<button class="btn-primary">
868868
Save changes
869869
</button>
870870
```

0 commit comments

Comments
 (0)