Skip to content

Commit 143ba25

Browse files
atilafassinamangs
andauthored
typo :)
Co-authored-by: Eric L. Goldstein <3359116+mangs@users.noreply.github.com>
1 parent 4b4f2e3 commit 143ba25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/reference/component-apis

src/routes/reference/component-apis/lazy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Lazy components trigger `<Suspense>`
2424

2525
Top-level lazy components will automatically be preloaded as well as their preload functions.
2626
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
27+
To preload such components, you can use the `preload` method exposed on the lazy component.
2828

2929
```tsx title="component-with-preload.tsx"
3030
import { lazy } from "solid-js"

0 commit comments

Comments
 (0)