Skip to content

Commit ac1d02b

Browse files
authored
Update preload.mdx - missing word (#913)
1 parent 4c75e63 commit ac1d02b

File tree

1 file changed

+1
-1
lines changed
  • src/routes/solid-router/reference/preload-functions

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/preload-functions/preload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With smart caches waterfalls are still possible with view logic and with lazy lo
66
With preload functions, fetching the data parallel to loading the route is possible to allow use of the data as soon as possible.
77
The preload function can be called when the Route is loaded or eagerly when links are hovered.
88

9-
As its only argument, the preload function is passed an object that can used to access route information:
9+
As its only argument, the preload function is passed an object that can be used to access route information:
1010

1111
```js
1212
import { lazy } from "solid-js";

0 commit comments

Comments
 (0)