Skip to content

Commit d8e11d5

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

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
@@ -3,7 +3,7 @@ title: classList
33
order: 1
44
---
55

6-
Solid offers two ways to set the class of an element: `class` and `classList` attributes.
6+
Solid offers two attributes to set the class of an element: `class` and `classList`.
77

88
First, you can set `class` like any other attribute. For example:
99

0 commit comments

Comments
 (0)