Skip to content

Commit 9118ef0

Browse files
Update src/routes/reference/jsx-attributes/classlist.mdx
Co-authored-by: Sarah <hello@sarahgerrard.me>
1 parent d8e11d5 commit 9118ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/reference/jsx-attributes/classlist.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 1
55

66
Solid offers two attributes to set the class of an element: `class` and `classList`.
77

8-
First, you can set `class` like any other attribute. For example:
8+
First, `class` can be set like other attributes. For example:
99

1010
```tsx
1111
// Two static classes

0 commit comments

Comments
 (0)