Skip to content

Commit

Permalink
docs(hooks/use-navigation): fix typo (#7777)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbePlays authored Oct 28, 2023
1 parent 3773655 commit 2554530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- aaronpowell96
- aaronshaf
- AbePlays
- abereghici
- abotsi
- accidentaldeveloper
Expand Down
2 changes: 1 addition & 1 deletion docs/hooks/use-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For example:
<input name="email" />
</Form>;

// So a navigation will will have the field's value in `navigation.formData`
// So a navigation will have the field's value in `navigation.formData`
// while the navigation is pending.
navigation.formData.get("email");
```
Expand Down

0 comments on commit 2554530

Please sign in to comment.