Skip to content

Commit a01bc87

Browse files
committed
docs(core): fix readme example again again
1 parent cbb269e commit a01bc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const { baseElement, container, component, rerender, unmount } = render(
101101
Validate options and prepare document elements for rendering.
102102
103103
```ts
104-
const { baseElement, target, mountOptions } = setup(options, renderOptions)
104+
const { baseElement, container, mountOptions } = setup(options, renderOptions)
105105
```
106106
107107
| Argument | Type | Description |

0 commit comments

Comments
 (0)