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 4c75e63 commit ac1d02bCopy full SHA for ac1d02b
src/routes/solid-router/reference/preload-functions/preload.mdx
@@ -6,7 +6,7 @@ With smart caches waterfalls are still possible with view logic and with lazy lo
6
With preload functions, fetching the data parallel to loading the route is possible to allow use of the data as soon as possible.
7
The preload function can be called when the Route is loaded or eagerly when links are hovered.
8
9
-As its only argument, the preload function is passed an object that can used to access route information:
+As its only argument, the preload function is passed an object that can be used to access route information:
10
11
```js
12
import { lazy } from "solid-js";
0 commit comments