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 73b99c8 commit c2dfc0cCopy full SHA for c2dfc0c
sites/svelte-5-preview/src/routes/docs/content/01-api/05-functions.md
@@ -61,7 +61,7 @@ const app = mount(App, {
61
62
## `hydrate`
63
64
-Like `mount`, but will pick up any HTML rendered by Svelte's SSR output (from the `render` function) inside the target and makes it interactive:
+Like `mount`, but will pick up any HTML rendered by Svelte's SSR output (from the `render` function) inside the target and make it interactive:
65
66
```js
67
// @errors: 2724 2305
0 commit comments