Skip to content

Commit 87f8e91

Browse files
committed
Update Readme
1 parent b6bd359 commit 87f8e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Force a selector to be scoped within a component to prevent style inheritance on
213213
<p class="child-uhRt2j">My <em>secondary</em> lorem <strong>ipsum tuye</strong></p>
214214
```
215215

216-
When being used with a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classnames.
216+
When used on a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classnames.
217217

218218
```html
219219
<style module>

0 commit comments

Comments
 (0)