We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4f2e3 commit 143ba25Copy full SHA for 143ba25
1 file changed
src/routes/reference/component-apis/lazy.mdx
@@ -24,7 +24,7 @@ Lazy components trigger `<Suspense>`
24
25
Top-level lazy components will automatically be preloaded as well as their preload functions.
26
However, nested lazy components will not be preloaded automatically because they are not part of the route hierarchy.
27
-To preload such components, you can use the `preload` method exposed on the lazy component
+To preload such components, you can use the `preload` method exposed on the lazy component.
28
29
```tsx title="component-with-preload.tsx"
30
import { lazy } from "solid-js"
0 commit comments