Skip to content

Commit c2dfc0c

Browse files
authored
Update sites/svelte-5-preview/src/routes/docs/content/01-api/05-functions.md
1 parent 73b99c8 commit c2dfc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/01-api/05-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const app = mount(App, {
6161

6262
## `hydrate`
6363

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:
64+
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:
6565

6666
```js
6767
// @errors: 2724 2305

0 commit comments

Comments
 (0)