Skip to content

Commit d647639

Browse files
committed
update
1 parent 4a71c86 commit d647639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/solid-router/reference/primitives/use-is-routing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: >-
1515
Use this to show pending UI states when route resolution is suspended during concurrent rendering.
1616
---
1717

18-
The `useIsRouting` function is a utility for detecting when the router is processing a page transition.
18+
The `useIsRouting` function is a utility for detecting when the router is processing a route transition.
1919

2020
## Import
2121

@@ -41,7 +41,7 @@ An accessor function that returns `true` during route transitions and `false` ot
4141

4242
## Examples
4343

44-
### Page transition indicator
44+
### Route transition indicator
4545

4646
```tsx
4747
import { useIsRouting } from "@solidjs/router";

0 commit comments

Comments
 (0)