Skip to content

Commit 6b2e603

Browse files
Sync svelte docs (#1284)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 041bdfa commit 6b2e603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/client-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A component is attempting to bind to a non-bindable property `%key%` belonging t
2121
### component_api_changed
2222

2323
```
24-
%parent% called `%method%` on an instance of %component%, which is no longer valid in Svelte 5
24+
Calling `%method%` on a component instance (of %component%) is no longer valid in Svelte 5
2525
```
2626

2727
See the [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.

apps/svelte.dev/content/docs/svelte/98-reference/30-runtime-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A component is attempting to bind to a non-bindable property `%key%` belonging t
2828
### component_api_changed
2929

3030
```
31-
%parent% called `%method%` on an instance of %component%, which is no longer valid in Svelte 5
31+
Calling `%method%` on a component instance (of %component%) is no longer valid in Svelte 5
3232
```
3333

3434
See the [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.

0 commit comments

Comments
 (0)