Skip to content

Commit 63d7110

Browse files
authored
Merge pull request #11 from domosedov/patch-2
[Docs]: fix(typo): Update data-fetching.md
2 parents ed69b30 + 88e6435 commit 63d7110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ import { notFoundRoute } from "@/shared/common-routes";
157157

158158
redirect({
159159
clock: getPostFx.failData,
160-
target: notFoundRoute,
160+
route: notFoundRoute,
161161
});
162162
```
163163

0 commit comments

Comments
 (0)