Skip to content

Commit 35ff241

Browse files
committed
one more
1 parent 1fcf65e commit 35ff241

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const app = hydrate(App, {
7979
Only available on the server and when compiling with the `server` option. Takes a component and returns an object with `html` and `head` properties on it, which you can use to populate the HTML when server-rendering your app:
8080

8181
```js
82-
// @errors: 2724 2305
82+
// @errors: 2724 2305 2307
8383
import { render } from 'svelte/server';
8484
import App from './App.svelte';
8585

0 commit comments

Comments
 (0)