Skip to content

Commit 2046172

Browse files
Sync ai-tools docs (#1859)
Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 6d24b6c commit 2046172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/svelte.dev/content/docs/ai/60-skills/.generated/skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
217217
</style>
218218
```
219219

220-
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
220+
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
221221

222222
```svelte
223223
<div>

apps/svelte.dev/content/docs/ai/60-skills/10-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
228228
</style>
229229
```
230230

231-
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles:
231+
If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
232232

233233
```svelte
234234
<div>

0 commit comments

Comments
 (0)