Skip to content

Commit 7650bb4

Browse files
authored
Apply suggestions from code review
1 parent 39687b4 commit 7650bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.16, `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

@@ -73,7 +73,7 @@ The user of this component has the same flexibility to use a mixture of objects,
7373

7474
## The `class:` directive
7575

76-
Prior to Svelte 5.15, the `class:` directive was the most convenient way to set classes on elements conditionally.
76+
Prior to Svelte 5.16, the `class:` directive was the most convenient way to set classes on elements conditionally.
7777

7878
```svelte
7979
<!-- These are equivalent -->

0 commit comments

Comments
 (0)