Skip to content

Commit 39687b4

Browse files
Update documentation/docs/03-template-syntax/18-class.md
Co-authored-by: Conduitry <[email protected]>
1 parent 9dabf44 commit 39687b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/18-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Primitive values are treated like any other attribute:
1717
1818
### Objects and arrays
1919

20-
Since Svelte 5.15, `class` can be an object or array, and is converted to a string using [clsx](https://github.com/lukeed/clsx/).
20+
Since Svelte 5.15, `class` can be an object or array, and is converted to a string using [clsx](https://github.com/lukeed/clsx).
2121

2222
If the value is an object, the truthy keys are added:
2323

0 commit comments

Comments
 (0)