We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499bcb commit 97870a5Copy full SHA for 97870a5
docs/route/action.md
@@ -42,7 +42,7 @@ fetcher.submit(data, {
42
43
## `params`
44
45
-Route params are parsed from [dynamic segments][dynamicsegments] and passed to your loader. This is useful for figuring out which resource to mutate:
+Route params are parsed from [dynamic segments][dynamicsegments] and passed to your action. This is useful for figuring out which resource to mutate:
46
47
```tsx
48
<Route
0 commit comments