Skip to content

Commit 8c5ab15

Browse files
ci: apply automated fixes
1 parent 9f321bc commit 8c5ab15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ First, `class` can be set like other attributes. For example:
3434

3535
:::note
3636
Note that <code>className</code> was deprecated in Solid 1.4 in favor of {" "}
37-
<code>class</code>.
38-
:::
37+
38+
<code>class</code>. :::
3939

4040
Alternatively, the `classList` pseudo-attribute lets you specify an object, where each key is a class and the value is treated as a boolean representing whether to include that class. For example (matching the last example):
4141

0 commit comments

Comments
 (0)