Skip to content

Commit fdea659

Browse files
author
Michael Vurchio
committed
Fix text
1 parent f5694c2 commit fdea659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Generate CSS Modules classname on Svelte components
2121
- [Destructuring import](#destructuring-import)
2222
- [kebab-case situation](#kebab-case-situation)
2323
- [Unnamed import](#unnamed-import)
24-
- [Directive and dynamic classes](#directive-and-dynamic-classes)
24+
- [Directive and dynamic class](#directive-and-dynamic-class)
2525
- [Code example](#code-example)
2626
- [Why CSS Modules on Svelte](#why-css-modules-on-svelte)
2727

@@ -505,7 +505,7 @@ p { font-size: 18px; }
505505
<p class="svelte-vg78j0">My error message</p>
506506
```
507507

508-
### Directive and Dynamic classes
508+
### Directive and Dynamic class
509509

510510
Use the Svelte's builtin `class:` directive or javascript template to display a class dynamically.
511511
**Note**: the *shorthand directive* is **NOT working** with CSS Modules.

0 commit comments

Comments
 (0)