Skip to content

Commit 97870a5

Browse files
authored
fix: params explanation should say action (#9218)
1 parent a499bcb commit 97870a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/route/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fetcher.submit(data, {
4242

4343
## `params`
4444

45-
Route params are parsed from [dynamic segments][dynamicsegments] and passed to your loader. This is useful for figuring out which resource to mutate:
45+
Route params are parsed from [dynamic segments][dynamicsegments] and passed to your action. This is useful for figuring out which resource to mutate:
4646

4747
```tsx
4848
<Route

0 commit comments

Comments
 (0)