Skip to content

Commit abf85cc

Browse files
authored
className instead of classname (#406)
Heyho, I noticed that className is lowercase in the example, and that doesn't work. It took me a few minutes to find the error, hence the PR.
1 parent e002ab8 commit abf85cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ If you need to use a class name other than `prose` for any reason, you can do so
351351
```css
352352
@import 'tailwindcss';
353353
@plugin "@tailwindcss/typography" {
354-
classname: wysiwyg;
354+
className: wysiwyg;
355355
}
356356
```
357357

0 commit comments

Comments
 (0)