Skip to content

Commit 75fd0cc

Browse files
committed
typo
1 parent 3783914 commit 75fd0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blog/tanstack-router-navigation-lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ await router.navigate({ to: '/account' })
224224
>
225225
> - The implementation also separates preflight planning, pending UI presentation, preload and cache entries, hydration handoff, development HMR rollback, server request cleanup, and stream ownership.
226226
> - During a background refresh of active routes, the router keeps the existing successful data visible while replacement data loads privately. It publishes the replacement only if the reload is still current and the committed route state it started from has not changed.
227-
> - Other features attach to those owners instead of creating one new ones: lazy component readiness feeds into lane reduction, scroll restoration consumes rendered events, and view transitions wrap publication.
227+
> - Other features attach to those owners instead of creating new ones: lazy component readiness feeds into lane reduction, scroll restoration consumes rendered events, and view transitions wrap publication.
228228
>
229229
> Those details are not needed to follow the client navigation above.[^other-lifetimes]
230230

0 commit comments

Comments
 (0)