Skip to content

Commit 078e513

Browse files
Update documentation/docs/03-template-syntax/18-class.md
Co-authored-by: Paolo Ricciuti <[email protected]>
1 parent 7fac094 commit 078e513

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
@@ -71,7 +71,7 @@ The user of this component has the same flexibility to use a mixture of objects,
7171
</Button>
7272
```
7373

74-
Svelte also exposes the `ClassValue` type, which is the type of the value that `class` can take. This is useful if you want to use a type-safe class name in component props:
74+
Svelte also exposes the `ClassValue` type, which is the type of the value that the `class` attribute on elements accept. This is useful if you want to use a type-safe class name in component props:
7575

7676
```svelte
7777
<script lang="ts">

0 commit comments

Comments
 (0)