Skip to content

Commit d7ae21f

Browse files
authored
docs: fix typo, remove mention of renderToBufferDestination (#756)
1 parent b532158 commit d7ae21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/route-prerendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
});
1818
```
1919

20-
When you wish for all your routes to be pre-renderToBufferDestination, you can pass `true` to the `crawlLinks` option:
20+
When you wish for all your routes to be pre-rendered, you can pass `true` to the `crawlLinks` option:
2121

2222
```js { 6 }
2323
import { defineConfig } from "@solidjs/start/config";

0 commit comments

Comments
 (0)