We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71c86 commit d647639Copy full SHA for d647639
1 file changed
src/routes/solid-router/reference/primitives/use-is-routing.mdx
@@ -15,7 +15,7 @@ description: >-
15
Use this to show pending UI states when route resolution is suspended during concurrent rendering.
16
---
17
18
-The `useIsRouting` function is a utility for detecting when the router is processing a page transition.
+The `useIsRouting` function is a utility for detecting when the router is processing a route transition.
19
20
## Import
21
@@ -41,7 +41,7 @@ An accessor function that returns `true` during route transitions and `false` ot
41
42
## Examples
43
44
-### Page transition indicator
+### Route transition indicator
45
46
```tsx
47
import { useIsRouting } from "@solidjs/router";
0 commit comments