Skip to content

Commit

Permalink
docs(start/framework/route-module): fix typos (remix-run#12377)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse authored Nov 25, 2024
1 parent 4688dcf commit a072d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/framework/route-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function ErrorBoundary() {

## `HydrateFallback`

On initial pages loads, the route component renders only after the client loader is finished. If exported, a `HydrateFallback` can render immediately in place of the route component.
On initial page load, the route component renders only after the client loader is finished. If exported, a `HydrateFallback` can render immediately in place of the route component.

```tsx filename=routes/client-only-route.tsx
export async function clientLoader() {
Expand Down

0 comments on commit a072d94

Please sign in to comment.