Skip to content

Commit 7eec91d

Browse files
Merge branch 'main' into preload-entries
2 parents e969cad + 8ad2760 commit 7eec91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/guides/routing-and-navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ render(
503503
```
504504

505505
`[id].jsx` contains the component that gets rendered.
506-
When you wrap the function within [`createAsync`](/solid-router/reference/data-apis/create-async) with the imported function, it will yield [a signal](/routes/concepts/signals) once the anticipated promise resolves.
506+
When you wrap the function within [`createAsync`](/solid-router/reference/data-apis/create-async) with the imported function, it will yield [a signal](/concepts/signals) once the anticipated promise resolves.
507507

508508
```tsx title="[id].tsx"
509509
import { createAsync } from "@solidjs/router";

0 commit comments

Comments
 (0)