Skip to content

Commit c9dc2d5

Browse files
authored
Update pending-ui.md (#13732)
1 parent c06ec85 commit c9dc2d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,4 @@
396396
- yuleicul
397397
- zeromask1337
398398
- zheng-chuang
399+
- zxTomw

docs/start/framework/pending-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function Navbar() {
6363

6464
## Pending Form Submission
6565

66-
When a form is submitted, the UI should immediately respond to the user's actions with a pending state. This is easiest to do with a [fetcher][use_fetcher] form because it has it's own independent state (whereas normal forms cause a global navigation).
66+
When a form is submitted, the UI should immediately respond to the user's actions with a pending state. This is easiest to do with a [fetcher][use_fetcher] form because it has its own independent state (whereas normal forms cause a global navigation).
6767

6868
```tsx filename=app/project.tsx lines=[10-12]
6969
import { useFetcher } from "react-router";

0 commit comments

Comments
 (0)