We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a0fb0 commit 4b4f2e3Copy full SHA for 4b4f2e3
1 file changed
src/routes/reference/component-apis/lazy.mdx
@@ -23,7 +23,7 @@ Lazy components trigger `<Suspense>`
23
## Preloading data in Nested Lazy Components
24
25
Top-level lazy components will automatically be preloaded as well as their preload functions.
26
-Though nested lazy components will not be preloaded automatically because they are not part of the route hierarchy.
+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
28
29
```tsx title="component-with-preload.tsx"
0 commit comments