Skip to content

Commit 4b4f2e3

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

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
@@ -23,7 +23,7 @@ Lazy components trigger `<Suspense>`
2323
## Preloading data in Nested Lazy Components
2424

2525
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.
26+
However, nested lazy components will not be preloaded automatically because they are not part of the route hierarchy.
2727
To preload such components, you can use the `preload` method exposed on the lazy component
2828

2929
```tsx title="component-with-preload.tsx"

0 commit comments

Comments
 (0)