We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bd359 commit 87f8e91Copy full SHA for 87f8e91
README.md
@@ -213,7 +213,7 @@ Force a selector to be scoped within a component to prevent style inheritance on
213
<p class="child-uhRt2j">My <em>secondary</em> lorem <strong>ipsum tuye</strong></p>
214
```
215
216
-When being used with a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classnames.
+When used on a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classnames.
217
218
```html
219
<style module>
0 commit comments