Skip to content

Commit e306459

Browse files
committed
tweak message
1 parent 98508df commit e306459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/docs/98-reference/.generated/shared-errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here, `List.svelte` is using `{@render children(item)` which means it expects `P
3333
### invalid_snippet_arguments
3434

3535
```
36-
A snippet function was passed invalid arguments. A snippet function should only be called via `{@render ...}`
36+
A snippet function was passed invalid arguments. Snippets should only be instantiated via `{@render ...}`
3737
```
3838

3939
### lifecycle_outside_component

packages/svelte/messages/shared-errors/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here, `List.svelte` is using `{@render children(item)` which means it expects `P
2828

2929
## invalid_snippet_arguments
3030

31-
> A snippet function was passed invalid arguments. A snippet function should only be called via `{@render ...}`
31+
> A snippet function was passed invalid arguments. Snippets should only be instantiated via `{@render ...}`
3232
3333
## lifecycle_outside_component
3434

0 commit comments

Comments
 (0)