We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
className
1 parent 983f4bc commit 35e4079Copy full SHA for 35e4079
content/en/guide/v10/differences-to-react.md
@@ -95,7 +95,7 @@ Preact aims to closely match the DOM specification supported by all major browse
95
<div className="foo" />
96
```
97
98
-Most Preact developers prefer to use `class` because it's shorter to write, but both are supported.
+Most Preact developers prefer to use `class` instead of `className` as it's shorter to write but both are supported.
99
100
### SVG inside JSX
101
0 commit comments